Class ServerMessageCommonEncoder

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

public final class ServerMessageCommonEncoder extends Object
  • Field Details

  • Constructor Details

    • ServerMessageCommonEncoder

      public ServerMessageCommonEncoder()
  • Method Details

    • wrap

      public ServerMessageCommonEncoder wrap(org.agrona.MutableDirectBuffer buffer, int offset)
    • buffer

      public org.agrona.MutableDirectBuffer 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()
    • idNullValue

      public static int idNullValue()
    • idMinValue

      public static int idMinValue()
    • idMaxValue

      public static int idMaxValue()
    • id

      public ServerMessageCommonEncoder id(int value)
    • serverTypeEncodingOffset

      public static int serverTypeEncodingOffset()
    • serverTypeEncodingLength

      public static int serverTypeEncodingLength()
    • serverTypeNullValue

      public static byte serverTypeNullValue()
    • serverTypeMinValue

      public static byte serverTypeMinValue()
    • serverTypeMaxValue

      public static byte serverTypeMaxValue()
    • serverType

      public ServerMessageCommonEncoder serverType(byte value)
    • netIdEncodingOffset

      public static int netIdEncodingOffset()
    • netIdEncodingLength

      public static int netIdEncodingLength()
    • netIdNullValue

      public static int netIdNullValue()
    • netIdMinValue

      public static int netIdMinValue()
    • netIdMaxValue

      public static int netIdMaxValue()
    • netId

      public ServerMessageCommonEncoder netId(int value)
    • nameEncodingOffset

      public static int nameEncodingOffset()
    • nameEncodingLength

      public static int nameEncodingLength()
    • nameNullValue

      public static byte nameNullValue()
    • nameMinValue

      public static byte nameMinValue()
    • nameMaxValue

      public static byte nameMaxValue()
    • nameLength

      public static int nameLength()
    • name

      public ServerMessageCommonEncoder name(int index, byte value)
    • nameCharacterEncoding

      public static String nameCharacterEncoding()
    • putName

      public ServerMessageCommonEncoder putName(byte[] src, int srcOffset)
    • name

    • tagEncodingOffset

      public static int tagEncodingOffset()
    • tagEncodingLength

      public static int tagEncodingLength()
    • tagNullValue

      public static byte tagNullValue()
    • tagMinValue

      public static byte tagMinValue()
    • tagMaxValue

      public static byte tagMaxValue()
    • tagLength

      public static int tagLength()
    • tag

      public ServerMessageCommonEncoder tag(int index, byte value)
    • tagCharacterEncoding

      public static String tagCharacterEncoding()
    • putTag

      public ServerMessageCommonEncoder putTag(byte[] src, int srcOffset)
    • tag

    • ipEncodingOffset

      public static int ipEncodingOffset()
    • ipEncodingLength

      public static int ipEncodingLength()
    • ipNullValue

      public static byte ipNullValue()
    • ipMinValue

      public static byte ipMinValue()
    • ipMaxValue

      public static byte ipMaxValue()
    • ipLength

      public static int ipLength()
    • ip

      public ServerMessageCommonEncoder ip(int index, byte value)
    • ipCharacterEncoding

      public static String ipCharacterEncoding()
    • putIp

      public ServerMessageCommonEncoder putIp(byte[] src, int srcOffset)
    • ip

    • ip

    • toString

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

      public StringBuilder appendTo(StringBuilder builder)