@Generated(value="uk.co.real_logic.artio") public class ResendRequestDecoder extends uk.co.real_logic.artio.builder.CommonDecoderImpl implements MessageDecoder, uk.co.real_logic.artio.decoder.AbstractResendRequestDecoder
| Modifier and Type | Field and Description |
|---|---|
static long |
MESSAGE_TYPE |
static java.lang.String |
MESSAGE_TYPE_AS_STRING |
static byte[] |
MESSAGE_TYPE_BYTES |
static char[] |
MESSAGE_TYPE_CHARS |
org.agrona.collections.IntHashSet |
messageFields |
org.agrona.collections.IntHashSet |
REQUIRED_FIELDS |
| Constructor and Description |
|---|
ResendRequestDecoder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder) |
java.lang.StringBuilder |
appendTo(java.lang.StringBuilder builder,
int level) |
int |
beginSeqNo() |
int |
decode(uk.co.real_logic.artio.util.AsciiBuffer buffer,
int offset,
int length) |
int |
endSeqNo() |
HeaderDecoder |
header() |
void |
reset() |
void |
resetBeginSeqNo() |
void |
resetEndSeqNo() |
void |
resetMessage() |
ResendRequestEncoder |
toEncoder(uk.co.real_logic.artio.builder.Encoder encoder) |
ResendRequestEncoder |
toEncoder(ResendRequestEncoder encoder) |
java.lang.String |
toString() |
TrailerDecoder |
trailer() |
boolean |
validate() |
getFloat, getFloatFlyweight, getInt, getIntFlyweight, getLong, getLongFlyweight, groupNoField, invalidTagId, rejectReasonpublic final org.agrona.collections.IntHashSet REQUIRED_FIELDS
public static final long MESSAGE_TYPE
public static final java.lang.String MESSAGE_TYPE_AS_STRING
public static final char[] MESSAGE_TYPE_CHARS
public static final byte[] MESSAGE_TYPE_BYTES
public final org.agrona.collections.IntHashSet messageFields
public boolean validate()
validate in interface uk.co.real_logic.artio.builder.Decoderpublic TrailerDecoder trailer()
trailer in interface MessageDecoderpublic HeaderDecoder header()
header in interface uk.co.real_logic.artio.builder.Decoderheader in interface MessageDecoderpublic int beginSeqNo()
beginSeqNo in interface uk.co.real_logic.artio.decoder.AbstractResendRequestDecoderpublic int endSeqNo()
endSeqNo in interface uk.co.real_logic.artio.decoder.AbstractResendRequestDecoderpublic int decode(uk.co.real_logic.artio.util.AsciiBuffer buffer,
int offset,
int length)
decode in interface uk.co.real_logic.artio.builder.Decoderpublic void reset()
reset in interface uk.co.real_logic.artio.builder.Decoderpublic void resetMessage()
public void resetBeginSeqNo()
public void resetEndSeqNo()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder)
appendTo in interface uk.co.real_logic.artio.builder.CharAppenderpublic java.lang.StringBuilder appendTo(java.lang.StringBuilder builder,
int level)
appendTo in interface uk.co.real_logic.artio.builder.Decoderpublic ResendRequestEncoder toEncoder(uk.co.real_logic.artio.builder.Encoder encoder)
toEncoder in interface uk.co.real_logic.artio.builder.Decoderpublic ResendRequestEncoder toEncoder(ResendRequestEncoder encoder)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.