public class ResumableIOExceptionFilter extends Object implements IOExceptionFilter
| Constructor and Description |
|---|
ResumableIOExceptionFilter() |
| Modifier and Type | Method and Description |
|---|---|
FilterContext |
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. |
public FilterContext filter(FilterContext ctx) throws FilterException
IOExceptionFilterAsyncHttpProvider will invoke IOExceptionFilter.filter(com.ning.http.client.filter.FilterContext) and will
use the returned FilterContext to replay the Request or abort the processing.filter in interface IOExceptionFilterctx - a FilterContextFilterContext. The FilterContext instance may not the same as the original one.FilterException - to interrupt the filter processing.Copyright © 2018. All Rights Reserved.