| Package | Description |
|---|---|
| org.asynchttpclient.extra | |
| org.asynchttpclient.filter | |
| org.asynchttpclient.handler.resumable |
| 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 FilterContext.getRequest() and FilterContext.getAsyncHandler() to continue the request
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 FilterContext.replayRequest() and FilterContext.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 FilterContext.getRequest() and FilterContext.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> |
ResumableIOExceptionFilter.filter(FilterContext<T> ctx) |
Copyright © 2015. All Rights Reserved.