public final class ChallengeResponseDecoder extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCK_LENGTH |
static ByteOrder |
BYTE_ORDER |
static int |
SCHEMA_ID |
static int |
SCHEMA_VERSION |
static int |
TEMPLATE_ID |
| Constructor and Description |
|---|
ChallengeResponseDecoder() |
public static final int BLOCK_LENGTH
public static final int TEMPLATE_ID
public static final int SCHEMA_ID
public static final int SCHEMA_VERSION
public static final ByteOrder BYTE_ORDER
public int sbeBlockLength()
public int sbeTemplateId()
public int sbeSchemaId()
public int sbeSchemaVersion()
public String sbeSemanticType()
public DirectBuffer buffer()
public int initialOffset()
public int offset()
public ChallengeResponseDecoder wrap(DirectBuffer buffer, int offset, int actingBlockLength, int actingVersion)
public int encodedLength()
public int limit()
public void limit(int limit)
public static int correlationIdId()
public static int correlationIdSinceVersion()
public static int correlationIdEncodingOffset()
public static int correlationIdEncodingLength()
public static String correlationIdMetaAttribute(MetaAttribute metaAttribute)
public static long correlationIdNullValue()
public static long correlationIdMinValue()
public static long correlationIdMaxValue()
public long correlationId()
public static int clusterSessionIdId()
public static int clusterSessionIdSinceVersion()
public static int clusterSessionIdEncodingOffset()
public static int clusterSessionIdEncodingLength()
public static String clusterSessionIdMetaAttribute(MetaAttribute metaAttribute)
public static long clusterSessionIdNullValue()
public static long clusterSessionIdMinValue()
public static long clusterSessionIdMaxValue()
public long clusterSessionId()
public static int encodedCredentialsId()
public static int encodedCredentialsSinceVersion()
public static String encodedCredentialsMetaAttribute(MetaAttribute metaAttribute)
public static int encodedCredentialsHeaderLength()
public int encodedCredentialsLength()
public int skipEncodedCredentials()
public int getEncodedCredentials(MutableDirectBuffer dst, int dstOffset, int length)
public int getEncodedCredentials(byte[] dst,
int dstOffset,
int length)
public void wrapEncodedCredentials(DirectBuffer wrapBuffer)
public StringBuilder appendTo(StringBuilder builder)
Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.