Uses of Class
com.ning.http.client.filter.FilterException
Packages that use FilterException
Package
Description
-
Uses of FilterException in com.ning.http.client.extra
Methods in com.ning.http.client.extra that throw FilterException -
Uses of FilterException in com.ning.http.client.filter
Methods in com.ning.http.client.filter that throw FilterExceptionModifier and TypeMethodDescriptionIOExceptionFilter.filter(FilterContext ctx) AnAsyncHttpProviderwill invokeIOExceptionFilter.filter(com.ning.http.client.filter.FilterContext)and will use the returnedFilterContextto replay theRequestor abort the processing.<T> FilterContext<T>RequestFilter.filter(FilterContext<T> ctx) AnAsyncHttpProviderwill invokeRequestFilter.filter(com.ning.http.client.filter.FilterContext<T>)and will use the returnedFilterContext.getRequest()andFilterContext.getAsyncHandler()to continue the request processing.<T> FilterContext<T>ResponseFilter.filter(FilterContext<T> ctx) AnAsyncHttpProviderwill invokeResponseFilter.filter(com.ning.http.client.filter.FilterContext<T>)and will use the returnedFilterContext.replayRequest()andFilterContext.getAsyncHandler()to decide if the response processing can continue. -
Uses of FilterException in com.ning.http.client.resumable
Methods in com.ning.http.client.resumable that throw FilterException