Package com.ning.http.client.resumable
Class ResumableIOExceptionFilter
java.lang.Object
com.ning.http.client.resumable.ResumableIOExceptionFilter
- All Implemented Interfaces:
IOExceptionFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilter(FilterContext ctx) AnAsyncHttpProviderwill invokeIOExceptionFilter.filter(com.ning.http.client.filter.FilterContext)and will use the returnedFilterContextto replay theRequestor abort the processing.
-
Constructor Details
-
ResumableIOExceptionFilter
public ResumableIOExceptionFilter()
-
-
Method Details
-
filter
Description copied from interface:IOExceptionFilterAnAsyncHttpProviderwill invokeIOExceptionFilter.filter(com.ning.http.client.filter.FilterContext)and will use the returnedFilterContextto replay theRequestor abort the processing.- Specified by:
filterin interfaceIOExceptionFilter- Parameters:
ctx- aFilterContext- Returns:
FilterContext. TheFilterContextinstance may not the same as the original one.- Throws:
FilterException- to interrupt the filter processing.
-