public final class AmqpTypeFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AmqpTypeFW.Builder |
Flyweight.Visitor<T>| Constructor | Description |
|---|---|
AmqpTypeFW() |
| Modifier and Type | Method | Description |
|---|---|---|
AmqpType |
get() |
|
int |
limit() |
|
java.lang.String |
toString() |
|
AmqpTypeFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
AmqpTypeFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public AmqpType get()
public AmqpTypeFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public AmqpTypeFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All rights reserved.