Class ServerMessageCommonDecoder

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

public final class ServerMessageCommonDecoder extends Object
  • Field Details

  • Constructor Details

    • ServerMessageCommonDecoder

      public ServerMessageCommonDecoder()
  • Method Details

    • wrap

      public ServerMessageCommonDecoder wrap(org.agrona.DirectBuffer buffer, int offset)
    • buffer

      public org.agrona.DirectBuffer buffer()
    • offset

      public int offset()
    • encodedLength

      public int encodedLength()
    • sbeSchemaId

      public int sbeSchemaId()
    • sbeSchemaVersion

      public int sbeSchemaVersion()
    • idEncodingOffset

      public static int idEncodingOffset()
    • idEncodingLength

      public static int idEncodingLength()
    • idSinceVersion

      public static int idSinceVersion()
    • idNullValue

      public static int idNullValue()
    • idMinValue

      public static int idMinValue()
    • idMaxValue

      public static int idMaxValue()
    • id

      public int id()
    • serverTypeEncodingOffset

      public static int serverTypeEncodingOffset()
    • serverTypeEncodingLength

      public static int serverTypeEncodingLength()
    • serverTypeSinceVersion

      public static int serverTypeSinceVersion()
    • serverTypeNullValue

      public static byte serverTypeNullValue()
    • serverTypeMinValue

      public static byte serverTypeMinValue()
    • serverTypeMaxValue

      public static byte serverTypeMaxValue()
    • serverType

      public byte serverType()
    • netIdEncodingOffset

      public static int netIdEncodingOffset()
    • netIdEncodingLength

      public static int netIdEncodingLength()
    • netIdSinceVersion

      public static int netIdSinceVersion()
    • netIdNullValue

      public static int netIdNullValue()
    • netIdMinValue

      public static int netIdMinValue()
    • netIdMaxValue

      public static int netIdMaxValue()
    • netId

      public int netId()
    • nameEncodingOffset

      public static int nameEncodingOffset()
    • nameEncodingLength

      public static int nameEncodingLength()
    • nameSinceVersion

      public static int nameSinceVersion()
    • nameNullValue

      public static byte nameNullValue()
    • nameMinValue

      public static byte nameMinValue()
    • nameMaxValue

      public static byte nameMaxValue()
    • nameLength

      public static int nameLength()
    • name

      public byte name(int index)
    • nameCharacterEncoding

      public static String nameCharacterEncoding()
    • getName

      public int getName(byte[] dst, int dstOffset)
    • name

      public String name()
    • tagEncodingOffset

      public static int tagEncodingOffset()
    • tagEncodingLength

      public static int tagEncodingLength()
    • tagSinceVersion

      public static int tagSinceVersion()
    • tagNullValue

      public static byte tagNullValue()
    • tagMinValue

      public static byte tagMinValue()
    • tagMaxValue

      public static byte tagMaxValue()
    • tagLength

      public static int tagLength()
    • tag

      public byte tag(int index)
    • tagCharacterEncoding

      public static String tagCharacterEncoding()
    • getTag

      public int getTag(byte[] dst, int dstOffset)
    • tag

      public String tag()
    • ipEncodingOffset

      public static int ipEncodingOffset()
    • ipEncodingLength

      public static int ipEncodingLength()
    • ipSinceVersion

      public static int ipSinceVersion()
    • ipNullValue

      public static byte ipNullValue()
    • ipMinValue

      public static byte ipMinValue()
    • ipMaxValue

      public static byte ipMaxValue()
    • ipLength

      public static int ipLength()
    • ip

      public byte ip(int index)
    • ipCharacterEncoding

      public static String ipCharacterEncoding()
    • getIp

      public int getIp(byte[] dst, int dstOffset)
    • ip

      public String ip()
    • getIp

      public int getIp(Appendable value)
    • toString

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

      public StringBuilder appendTo(StringBuilder builder)