public final class AmqpSectionFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpSectionFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static AmqpDescribedType |
KIND_AMQP_SEQUENCE |
|
static AmqpDescribedType |
KIND_AMQP_VALUE |
|
static AmqpDescribedType |
KIND_DATA |
| Constructor | Description |
|---|---|
AmqpSectionFW() |
| Modifier and Type | Method | Description |
|---|---|---|
AmqpListFW |
amqpSequence() |
|
AmqpValueFW |
amqpValue() |
|
AmqpBinaryFW |
data() |
|
AmqpDescribedType |
kind() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
AmqpSectionFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpSectionFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final AmqpDescribedType KIND_DATA
public static final AmqpDescribedType KIND_AMQP_SEQUENCE
public static final AmqpDescribedType KIND_AMQP_VALUE
public AmqpDescribedType kind()
public AmqpBinaryFW data()
public AmqpListFW amqpSequence()
public AmqpValueFW amqpValue()
public AmqpSectionFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpSectionFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.