public class ResumableIOExceptionFilter extends Object implements IOExceptionFilter
| Constructor and Description |
|---|
ResumableIOExceptionFilter() |
| Modifier and Type | Method and Description |
|---|---|
<T> FilterContext<T> |
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. |
public <T> FilterContext<T> filter(FilterContext<T> ctx) throws FilterException
IOExceptionFilterAsyncHttpClient will invoke IOExceptionFilter.filter(org.asynchttpclient.filter.FilterContext<T>) and will
use the returned FilterContext to replay the Request or abort the processing.filter in interface IOExceptionFilterT - the handler result typectx - a FilterContextFilterContext. The FilterContext instance may not the same as the original one.FilterException - to interrupt the filter processing.Copyright © 2016. All Rights Reserved.