Class ResumableIOExceptionFilter
- java.lang.Object
-
- org.asynchttpclient.handler.resumable.ResumableIOExceptionFilter
-
- All Implemented Interfaces:
IOExceptionFilter
public class ResumableIOExceptionFilter extends Object implements IOExceptionFilter
-
-
Constructor Summary
Constructors Constructor Description ResumableIOExceptionFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> FilterContext<T>filter(FilterContext<T> ctx)AnAsyncHttpClientwill invokeIOExceptionFilter.filter(org.asynchttpclient.filter.FilterContext<T>)and will use the returnedFilterContextto replay theRequestor abort the processing.
-
-
-
Method Detail
-
filter
public <T> FilterContext<T> filter(FilterContext<T> ctx)
Description copied from interface:IOExceptionFilterAnAsyncHttpClientwill invokeIOExceptionFilter.filter(org.asynchttpclient.filter.FilterContext<T>)and will use the returnedFilterContextto replay theRequestor abort the processing.- Specified by:
filterin interfaceIOExceptionFilter- Type Parameters:
T- the handler result type- Parameters:
ctx- aFilterContext- Returns:
FilterContext. TheFilterContextinstance may not the same as the original one.
-
-