| Modifier and Type | Method | Description |
|---|---|---|
ArrayFW<T> |
ArrayFW.Builder.build() |
|
ArrayFW<T> |
ArrayFW.forEach(java.util.function.Consumer<? super T> consumer) |
|
ArrayFW<T> |
ArrayFW.tryWrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
|
ArrayFW<T> |
ArrayFW.wrap(org.agrona.DirectBuffer buffer,
int offset,
int maxLimit) |
| Modifier and Type | Method | Description |
|---|---|---|
ArrayFW<HttpHeaderFW> |
HttpRouteExFW.headers() |
|
ArrayFW<HttpHeaderFW> |
HttpRouteExFW.overrides() |
|
ArrayFW<StringFW> |
ResolveFW.roles() |
| Modifier and Type | Method | Description |
|---|---|---|
ArrayFW<RouteEntryFW> |
RouteTableFW.entries() |
| Modifier and Type | Method | Description |
|---|---|---|
ArrayFW<HttpHeaderFW> |
HttpBeginExFW.headers() |
|
ArrayFW<HttpHeaderFW> |
HttpChallengeExFW.headers() |
|
ArrayFW<HttpHeaderFW> |
HttpDataExFW.promise() |
|
ArrayFW<HttpHeaderFW> |
HttpEndExFW.trailers() |
Copyright © 2019. All rights reserved.