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