| Package | Description |
|---|---|
| com.ning.http.client.extra | |
| com.ning.http.client.filter | |
| com.ning.http.client.resumable |
| Modifier and Type | Method and Description |
|---|---|
FilterContext |
ThrottleRequestFilter.filter(FilterContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
FilterContext |
ThrottleRequestFilter.filter(FilterContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
FilterContext<T> |
FilterContext.FilterContextBuilder.build() |
FilterContext |
IOExceptionFilter.filter(FilterContext ctx)
An
AsyncHttpProvider will invoke IOExceptionFilter.filter(com.ning.http.client.filter.FilterContext) and will
use the returned FilterContext to replay the Request or abort the processing. |
<T> FilterContext<T> |
ResponseFilter.filter(FilterContext<T> ctx)
An
AsyncHttpProvider will invoke ResponseFilter.filter(com.ning.http.client.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
AsyncHttpProvider will invoke RequestFilter.filter(com.ning.http.client.filter.FilterContext<T>) and will use the
returned getRequest() and getAsyncHandler() to continue the request
processing. |
| Modifier and Type | Method and Description |
|---|---|
FilterContext |
IOExceptionFilter.filter(FilterContext ctx)
An
AsyncHttpProvider will invoke IOExceptionFilter.filter(com.ning.http.client.filter.FilterContext) and will
use the returned FilterContext to replay the Request or abort the processing. |
<T> FilterContext<T> |
ResponseFilter.filter(FilterContext<T> ctx)
An
AsyncHttpProvider will invoke ResponseFilter.filter(com.ning.http.client.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
AsyncHttpProvider will invoke RequestFilter.filter(com.ning.http.client.filter.FilterContext<T>) and will use the
returned getRequest() and getAsyncHandler() to continue the request
processing. |
| Constructor and Description |
|---|
FilterContextBuilder(FilterContext<T> clone) |
| Modifier and Type | Method and Description |
|---|---|
FilterContext |
ResumableIOExceptionFilter.filter(FilterContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
FilterContext |
ResumableIOExceptionFilter.filter(FilterContext ctx) |
Copyright © 2022. All Rights Reserved.