Class SendMessageDecoder

java.lang.Object
com.iohao.net.sbe.SendMessageDecoder

public final class SendMessageDecoder extends Object
InternalSendMessage
  • Field Details

  • Constructor Details

    • SendMessageDecoder

      public SendMessageDecoder()
  • Method Details

    • sbeBlockLength

      public int sbeBlockLength()
    • sbeTemplateId

      public int sbeTemplateId()
    • sbeSchemaId

      public int sbeSchemaId()
    • sbeSchemaVersion

      public int sbeSchemaVersion()
    • sbeSemanticType

      public String sbeSemanticType()
    • buffer

      public org.agrona.DirectBuffer buffer()
    • offset

      public int offset()
    • wrap

      public SendMessageDecoder wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
    • wrapAndApplyHeader

      public SendMessageDecoder wrapAndApplyHeader(org.agrona.DirectBuffer buffer, int offset, MessageHeaderDecoder headerDecoder)
    • sbeRewind

      public SendMessageDecoder sbeRewind()
    • sbeDecodedLength

      public int sbeDecodedLength()
    • actingVersion

      public int actingVersion()
    • encodedLength

      public int encodedLength()
    • limit

      public int limit()
    • limit

      public void limit(int limit)
    • commonId

      public static int commonId()
    • commonSinceVersion

      public static int commonSinceVersion()
    • commonEncodingOffset

      public static int commonEncodingOffset()
    • commonEncodingLength

      public static int commonEncodingLength()
    • commonMetaAttribute

      public static String commonMetaAttribute(MetaAttribute metaAttribute)
    • common

      public CommonMessageDecoder common()
    • userIdentityId

      public static int userIdentityId()
    • userIdentitySinceVersion

      public static int userIdentitySinceVersion()
    • userIdentityEncodingOffset

      public static int userIdentityEncodingOffset()
    • userIdentityEncodingLength

      public static int userIdentityEncodingLength()
    • userIdentityMetaAttribute

      public static String userIdentityMetaAttribute(MetaAttribute metaAttribute)
    • userIdentity

      public UserIdentityMessageDecoder userIdentity()
    • hopCountId

      public static int hopCountId()
    • hopCountSinceVersion

      public static int hopCountSinceVersion()
    • hopCountEncodingOffset

      public static int hopCountEncodingOffset()
    • hopCountEncodingLength

      public static int hopCountEncodingLength()
    • hopCountMetaAttribute

      public static String hopCountMetaAttribute(MetaAttribute metaAttribute)
    • hopCountNullValue

      public static byte hopCountNullValue()
    • hopCountMinValue

      public static byte hopCountMinValue()
    • hopCountMaxValue

      public static byte hopCountMaxValue()
    • hopCount

      public byte hopCount()
    • bindingLogicServerIdsDecoderId

      public static long bindingLogicServerIdsDecoderId()
    • bindingLogicServerIdsDecoderSinceVersion

      public static int bindingLogicServerIdsDecoderSinceVersion()
    • bindingLogicServerIds

      public SendMessageDecoder.BindingLogicServerIdsDecoder bindingLogicServerIds()
    • dataId

      public static int dataId()
    • dataSinceVersion

      public static int dataSinceVersion()
    • dataMetaAttribute

      public static String dataMetaAttribute(MetaAttribute metaAttribute)
    • dataHeaderLength

      public static int dataHeaderLength()
    • dataLength

      public int dataLength()
    • skipData

      public int skipData()
    • getData

      public int getData(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
    • getData

      public int getData(byte[] dst, int dstOffset, int length)
    • wrapData

      public void wrapData(org.agrona.DirectBuffer wrapBuffer)
    • attachmentId

      public static int attachmentId()
    • attachmentSinceVersion

      public static int attachmentSinceVersion()
    • attachmentMetaAttribute

      public static String attachmentMetaAttribute(MetaAttribute metaAttribute)
    • attachmentHeaderLength

      public static int attachmentHeaderLength()
    • attachmentLength

      public int attachmentLength()
    • skipAttachment

      public int skipAttachment()
    • getAttachment

      public int getAttachment(org.agrona.MutableDirectBuffer dst, int dstOffset, int length)
    • getAttachment

      public int getAttachment(byte[] dst, int dstOffset, int length)
    • wrapAttachment

      public void wrapAttachment(org.agrona.DirectBuffer wrapBuffer)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • appendTo

      public StringBuilder appendTo(StringBuilder builder)
    • sbeSkip

      public SendMessageDecoder sbeSkip()