@Generated(value="uk.co.real_logic.artio") public class RejectDecoder extends uk.co.real_logic.artio.builder.CommonDecoderImpl implements MessageDecoder, uk.co.real_logic.artio.decoder.AbstractRejectDecoder
| 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 |
|---|
RejectDecoder() |
| 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 |
decode(uk.co.real_logic.artio.util.AsciiBuffer buffer,
int offset,
int length) |
boolean |
hasRefMsgType() |
boolean |
hasRefTagID() |
boolean |
hasSessionRejectReason() |
boolean |
hasText() |
HeaderDecoder |
header() |
char[] |
refMsgType() |
org.agrona.AsciiSequenceView |
refMsgType(org.agrona.AsciiSequenceView view) |
java.lang.String |
refMsgTypeAsString() |
int |
refMsgTypeLength() |
int |
refSeqNum() |
int |
refSeqNumLength() |
int |
refTagID() |
int |
refTagIDLength() |
void |
reset() |
void |
resetMessage() |
void |
resetRefMsgType() |
void |
resetRefSeqNum() |
void |
resetRefTagID() |
void |
resetSessionRejectReason() |
void |
resetText() |
int |
sessionRejectReason() |
SessionRejectReason |
sessionRejectReasonAsEnum() |
int |
sessionRejectReasonLength() |
char[] |
text() |
org.agrona.AsciiSequenceView |
text(org.agrona.AsciiSequenceView view) |
java.lang.String |
textAsString() |
int |
textLength() |
RejectEncoder |
toEncoder(uk.co.real_logic.artio.builder.Encoder encoder) |
RejectEncoder |
toEncoder(RejectEncoder 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 refSeqNum()
public int refSeqNumLength()
public int refTagID()
public boolean hasRefTagID()
public int refTagIDLength()
public char[] refMsgType()
public boolean hasRefMsgType()
public int refMsgTypeLength()
public java.lang.String refMsgTypeAsString()
public org.agrona.AsciiSequenceView refMsgType(org.agrona.AsciiSequenceView view)
public int sessionRejectReason()
public boolean hasSessionRejectReason()
public int sessionRejectReasonLength()
public SessionRejectReason sessionRejectReasonAsEnum()
public char[] text()
public boolean hasText()
public int textLength()
public java.lang.String textAsString()
public org.agrona.AsciiSequenceView text(org.agrona.AsciiSequenceView view)
public 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 resetRefSeqNum()
public void resetRefTagID()
public void resetRefMsgType()
public void resetSessionRejectReason()
public void resetText()
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 RejectEncoder toEncoder(uk.co.real_logic.artio.builder.Encoder encoder)
toEncoder in interface uk.co.real_logic.artio.builder.Decoderpublic RejectEncoder toEncoder(RejectEncoder encoder)
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.