Package com.ning.http.client.filter
Interface IOExceptionFilter
- All Known Implementing Classes:
ResumableIOExceptionFilter
public interface IOExceptionFilter
This filter is invoked when an
IOException occurs during an http transaction.-
Method Summary
Modifier and TypeMethodDescriptionfilter(FilterContext ctx) AnAsyncHttpProviderwill invokefilter(com.ning.http.client.filter.FilterContext)and will use the returnedFilterContextto replay theRequestor abort the processing.
-
Method Details
-
filter
AnAsyncHttpProviderwill invokefilter(com.ning.http.client.filter.FilterContext)and will use the returnedFilterContextto replay theRequestor abort the processing.- Parameters:
ctx- aFilterContext- Returns:
FilterContext. TheFilterContextinstance may not the same as the original one.- Throws:
FilterException- to interrupt the filter processing.
-