Class BinaryEntryPointParser
java.lang.Object
uk.co.real_logic.artio.fixp.AbstractFixPParser
uk.co.real_logic.artio.binary_entrypoint.BinaryEntryPointParser
public class BinaryEntryPointParser
extends uk.co.real_logic.artio.fixp.AbstractFixPParser
-
Field Summary
Fields inherited from class uk.co.real_logic.artio.fixp.AbstractFixPParser
BOOLEAN_FLAG_TRUE, FIXP_MESSAGE_HEADER_LENGTH, STANDARD_TEMPLATE_ID_OFFSET -
Constructor Summary
ConstructorsConstructorDescriptionBinaryEntryPointParser(uk.co.real_logic.artio.binary_entrypoint.InternalBinaryEntryPointConnection handler) -
Method Summary
Modifier and TypeMethodDescriptionintblockLength(org.agrona.DirectBuffer buffer, int offset) booleanisRetransmittedMessage(org.agrona.DirectBuffer buffer, int offset) lookupContext(org.agrona.DirectBuffer messageBuffer, int messageOffset, int messageLength) io.aeron.logbuffer.ControlledFragmentHandler.ActiononMessage(org.agrona.DirectBuffer buffer, int start) intlongsessionId(org.agrona.DirectBuffer buffer, int start) inttemplateId(org.agrona.DirectBuffer buffer, int offset) intversion(org.agrona.DirectBuffer buffer, int offset) Methods inherited from class uk.co.real_logic.artio.fixp.AbstractFixPParser
templateIdOffset
-
Constructor Details
-
BinaryEntryPointParser
public BinaryEntryPointParser(uk.co.real_logic.artio.binary_entrypoint.InternalBinaryEntryPointConnection handler)
-
-
Method Details
-
templateId
public int templateId(org.agrona.DirectBuffer buffer, int offset) - Specified by:
templateIdin classuk.co.real_logic.artio.fixp.AbstractFixPParser
-
blockLength
public int blockLength(org.agrona.DirectBuffer buffer, int offset) - Specified by:
blockLengthin classuk.co.real_logic.artio.fixp.AbstractFixPParser
-
version
public int version(org.agrona.DirectBuffer buffer, int offset) - Specified by:
versionin classuk.co.real_logic.artio.fixp.AbstractFixPParser
-
onMessage
public io.aeron.logbuffer.ControlledFragmentHandler.Action onMessage(org.agrona.DirectBuffer buffer, int start) - Specified by:
onMessagein classuk.co.real_logic.artio.fixp.AbstractFixPParser
-
lookupContext
public BinaryEntryPointContext lookupContext(org.agrona.DirectBuffer messageBuffer, int messageOffset, int messageLength) - Specified by:
lookupContextin classuk.co.real_logic.artio.fixp.AbstractFixPParser
-
sessionId
public long sessionId(org.agrona.DirectBuffer buffer, int start) - Specified by:
sessionIdin classuk.co.real_logic.artio.fixp.AbstractFixPParser
-
retransmissionTemplateId
public int retransmissionTemplateId()- Specified by:
retransmissionTemplateIdin classuk.co.real_logic.artio.fixp.AbstractFixPParser
-
isRetransmittedMessage
public boolean isRetransmittedMessage(org.agrona.DirectBuffer buffer, int offset) - Specified by:
isRetransmittedMessagein classuk.co.real_logic.artio.fixp.AbstractFixPParser
-