Package io.deephaven.sbe.standalone.gen
Class ConnectionResponseDecoder
java.lang.Object
io.deephaven.sbe.standalone.gen.ConnectionResponseDecoder
public class ConnectionResponseDecoder extends Object
Initial connection response
-
Field Summary
Fields Modifier and Type Field Description protected int
actingBlockLength
protected int
actingVersion
static int
BLOCK_LENGTH
static ByteOrder
BYTE_ORDER
protected int
limit
protected int
offset
static int
SCHEMA_ID
static int
SCHEMA_VERSION
static int
TEMPLATE_ID
-
Constructor Summary
Constructors Constructor Description ConnectionResponseDecoder()
-
Method Summary
Modifier and Type Method Description StringBuilder
appendTo(StringBuilder builder)
org.agrona.DirectBuffer
buffer()
int
encodedLength()
int
limit()
void
limit(int limit)
int
messageBufferSize()
static int
messageBufferSizeEncodingLength()
static int
messageBufferSizeEncodingOffset()
static int
messageBufferSizeId()
static int
messageBufferSizeMaxValue()
static String
messageBufferSizeMetaAttribute(MetaAttribute metaAttribute)
static int
messageBufferSizeMinValue()
static int
messageBufferSizeNullValue()
static int
messageBufferSizeSinceVersion()
int
offset()
int
sbeBlockLength()
int
sbeSchemaId()
int
sbeSchemaVersion()
String
sbeSemanticType()
int
sbeTemplateId()
String
toString()
ConnectionResponseDecoder
wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
-
Field Details
-
BLOCK_LENGTH
public static final int BLOCK_LENGTH- See Also:
- Constant Field Values
-
TEMPLATE_ID
public static final int TEMPLATE_ID- See Also:
- Constant Field Values
-
SCHEMA_ID
public static final int SCHEMA_ID- See Also:
- Constant Field Values
-
SCHEMA_VERSION
public static final int SCHEMA_VERSION- See Also:
- Constant Field Values
-
BYTE_ORDER
-
offset
protected int offset -
limit
protected int limit -
actingBlockLength
protected int actingBlockLength -
actingVersion
protected int actingVersion
-
-
Constructor Details
-
ConnectionResponseDecoder
public ConnectionResponseDecoder()
-
-
Method Details
-
sbeBlockLength
public int sbeBlockLength() -
sbeTemplateId
public int sbeTemplateId() -
sbeSchemaId
public int sbeSchemaId() -
sbeSchemaVersion
public int sbeSchemaVersion() -
sbeSemanticType
-
buffer
public org.agrona.DirectBuffer buffer() -
offset
public int offset() -
wrap
public ConnectionResponseDecoder wrap(org.agrona.DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion) -
encodedLength
public int encodedLength() -
limit
public int limit() -
limit
public void limit(int limit) -
messageBufferSizeId
public static int messageBufferSizeId() -
messageBufferSizeSinceVersion
public static int messageBufferSizeSinceVersion() -
messageBufferSizeEncodingOffset
public static int messageBufferSizeEncodingOffset() -
messageBufferSizeEncodingLength
public static int messageBufferSizeEncodingLength() -
messageBufferSizeMetaAttribute
-
messageBufferSizeNullValue
public static int messageBufferSizeNullValue() -
messageBufferSizeMinValue
public static int messageBufferSizeMinValue() -
messageBufferSizeMaxValue
public static int messageBufferSizeMaxValue() -
messageBufferSize
public int messageBufferSize() -
toString
-
appendTo
-