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 |
| Constructor | Description |
|---|---|
HttpEndExFW() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
limit() |
|
java.lang.String |
toString() |
|
ListFW<HttpHeaderFW> |
trailers() |
|
HttpEndExFW |
tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
HttpEndExFW |
wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
public static final int FIELD_OFFSET_TRAILERS
public ListFW<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.