Uses of Class
org.asynchttpclient.filter.FilterContext
-
Packages that use FilterContext Package Description org.asynchttpclient.filter org.asynchttpclient.handler.resumable org.asynchttpclient.netty.request -
-
Uses of FilterContext in org.asynchttpclient.filter
Methods in org.asynchttpclient.filter that return FilterContext Modifier and Type Method Description FilterContext<T>FilterContext.FilterContextBuilder. build()<T> FilterContext<T>IOExceptionFilter. filter(FilterContext<T> ctx)AnAsyncHttpClientwill invokeIOExceptionFilter.filter(org.asynchttpclient.filter.FilterContext<T>)and will use the returnedFilterContextto replay theRequestor abort the processing.<T> FilterContext<T>RequestFilter. filter(FilterContext<T> ctx)AnAsyncHttpClientwill invokeRequestFilter.filter(org.asynchttpclient.filter.FilterContext<T>)and will use the returnedgetRequest()andgetAsyncHandler()to continue the request processing.<T> FilterContext<T>ResponseFilter. filter(FilterContext<T> ctx)AnAsyncHttpClientwill invokeResponseFilter.filter(org.asynchttpclient.filter.FilterContext<T>)and will use the returnedreplayRequest()andgetAsyncHandler()to decide if the response processing can continue.<T> FilterContext<T>ThrottleRequestFilter. filter(FilterContext<T> ctx)Methods in org.asynchttpclient.filter with parameters of type FilterContext Modifier and Type Method Description <T> FilterContext<T>IOExceptionFilter. filter(FilterContext<T> ctx)AnAsyncHttpClientwill invokeIOExceptionFilter.filter(org.asynchttpclient.filter.FilterContext<T>)and will use the returnedFilterContextto replay theRequestor abort the processing.<T> FilterContext<T>RequestFilter. filter(FilterContext<T> ctx)AnAsyncHttpClientwill invokeRequestFilter.filter(org.asynchttpclient.filter.FilterContext<T>)and will use the returnedgetRequest()andgetAsyncHandler()to continue the request processing.<T> FilterContext<T>ResponseFilter. filter(FilterContext<T> ctx)AnAsyncHttpClientwill invokeResponseFilter.filter(org.asynchttpclient.filter.FilterContext<T>)and will use the returnedreplayRequest()andgetAsyncHandler()to decide if the response processing can continue.<T> FilterContext<T>ThrottleRequestFilter. filter(FilterContext<T> ctx)Constructors in org.asynchttpclient.filter with parameters of type FilterContext Constructor Description FilterContextBuilder(FilterContext<T> clone) -
Uses of FilterContext in org.asynchttpclient.handler.resumable
Methods in org.asynchttpclient.handler.resumable that return FilterContext Modifier and Type Method Description <T> FilterContext<T>ResumableIOExceptionFilter. filter(FilterContext<T> ctx)Methods in org.asynchttpclient.handler.resumable with parameters of type FilterContext Modifier and Type Method Description <T> FilterContext<T>ResumableIOExceptionFilter. filter(FilterContext<T> ctx) -
Uses of FilterContext in org.asynchttpclient.netty.request
Methods in org.asynchttpclient.netty.request with parameters of type FilterContext Modifier and Type Method Description voidNettyRequestSender. replayRequest(NettyResponseFuture<?> future, FilterContext fc, io.netty.channel.Channel channel)
-