public final class HttpEndExFW extends Flyweight
| Modifier and Type | Class | Description |
|---|---|---|
static class |
HttpEndExFW.Builder |
Flyweight.Visitor<T>| Modifier and Type | Field | Description |
|---|---|---|
static int |
FIELD_OFFSET_TRAILERS |
|
static int |
FIELD_OFFSET_TYPE_ID |
| Constructor | Description |
|---|---|
HttpEndExFW() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
limit() |
|
java.lang.String |
toString() |
|
ArrayFW<HttpHeaderFW> |
trailers() |
|
HttpEndExFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
int |
typeId() |
|
HttpEndExFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int FIELD_OFFSET_TYPE_ID
public static final int FIELD_OFFSET_TRAILERS
public int typeId()
public ArrayFW<HttpHeaderFW> trailers()
public HttpEndExFW wrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public HttpEndExFW tryWrap(org.agrona.DirectBuffer buffer, int offset, int maxLimit)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All rights reserved.