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