public final class ResolveFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ResolveFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
FIELD_OFFSET_CORRELATION_ID |
|
static int |
FIELD_OFFSET_EXTENSION |
|
static int |
FIELD_OFFSET_NUKLEUS |
|
static int |
FIELD_OFFSET_REALM |
|
static int |
FIELD_OFFSET_ROLES |
|
static int |
TYPE_ID |
| Constructor | Description |
|---|---|
ResolveFW() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
correlationId() |
|
OctetsFW |
extension() |
|
int |
limit() |
|
StringFW |
nukleus() |
|
StringFW |
realm() |
|
ArrayFW<StringFW> |
roles() |
|
java.lang.String |
toString() |
|
ResolveFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
int |
typeId() |
|
ResolveFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int FIELD_OFFSET_CORRELATION_ID
public static final int FIELD_OFFSET_NUKLEUS
public static final int FIELD_OFFSET_REALM
public static final int FIELD_OFFSET_ROLES
public static final int FIELD_OFFSET_EXTENSION
public static final int TYPE_ID
public long correlationId()
public StringFW nukleus()
public StringFW realm()
public OctetsFW extension()
public int typeId()
public ResolveFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public ResolveFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All rights reserved.