| Package | Description |
|---|---|
| org.asynchttpclient.extra | |
| org.asynchttpclient.filter | |
| org.asynchttpclient.handler.resumable | |
| org.asynchttpclient.netty.request |
| Modifier and Type | Method and Description |
|---|---|
<T> FilterContext<T> |
ThrottleRequestFilter.filter(FilterContext<T> ctx)
An
AsyncHttpClient will invoke RequestFilter.filter(org.asynchttpclient.filter.FilterContext<T>) and will use the
returned getRequest() and getAsyncHandler() to continue the request
processing. |
| Modifier and Type | Method and Description |
|---|---|
<T> FilterContext<T> |
ThrottleRequestFilter.filter(FilterContext<T> ctx)
An
AsyncHttpClient will invoke RequestFilter.filter(org.asynchttpclient.filter.FilterContext<T>) and will use the
returned getRequest() and getAsyncHandler() to continue the request
processing. |
| Modifier and Type | Method and Description |
|---|---|
FilterContext<T> |
FilterContext.FilterContextBuilder.build() |
<T> FilterContext<T> |
ResponseFilter.filter(FilterContext<T> ctx)
An
AsyncHttpClient will invoke ResponseFilter.filter(org.asynchttpclient.filter.FilterContext<T>) and will use the
returned replayRequest() and getAsyncHandler() to decide if the response
processing can continue. |
<T> FilterContext<T> |
RequestFilter.filter(FilterContext<T> ctx)
An
AsyncHttpClient will invoke RequestFilter.filter(org.asynchttpclient.filter.FilterContext<T>) and will use the
returned getRequest() and getAsyncHandler() to continue the request
processing. |
<T> FilterContext<T> |
IOExceptionFilter.filter(FilterContext<T> ctx)
An
AsyncHttpClient will invoke IOExceptionFilter.filter(org.asynchttpclient.filter.FilterContext<T>) and will
use the returned FilterContext to replay the Request or abort the processing. |
| Modifier and Type | Method and Description |
|---|---|
<T> FilterContext<T> |
ResponseFilter.filter(FilterContext<T> ctx)
An
AsyncHttpClient will invoke ResponseFilter.filter(org.asynchttpclient.filter.FilterContext<T>) and will use the
returned replayRequest() and getAsyncHandler() to decide if the response
processing can continue. |
<T> FilterContext<T> |
RequestFilter.filter(FilterContext<T> ctx)
An
AsyncHttpClient will invoke RequestFilter.filter(org.asynchttpclient.filter.FilterContext<T>) and will use the
returned getRequest() and getAsyncHandler() to continue the request
processing. |
<T> FilterContext<T> |
IOExceptionFilter.filter(FilterContext<T> ctx)
An
AsyncHttpClient will invoke IOExceptionFilter.filter(org.asynchttpclient.filter.FilterContext<T>) and will
use the returned FilterContext to replay the Request or abort the processing. |
| Constructor and Description |
|---|
FilterContextBuilder(FilterContext<T> clone) |
| Modifier and Type | Method and Description |
|---|---|
<T> FilterContext<T> |
ResumableIOExceptionFilter.filter(FilterContext<T> ctx) |
| Modifier and Type | Method and Description |
|---|---|
<T> FilterContext<T> |
ResumableIOExceptionFilter.filter(FilterContext<T> ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyRequestSender.replayRequest(NettyResponseFuture<?> future,
FilterContext fc,
io.netty.channel.Channel channel) |
Copyright © 2015. All Rights Reserved.