Package org.asynchttpclient.filter
-
Interface Summary Interface Description IOExceptionFilter This filter is invoked when anIOExceptionoccurs during a http transaction.RequestFilter A Filter interface that gets invoked before making an actual request.ResponseFilter A Filter interface that gets invoked before making the processing of the response bytes. -
Class Summary Class Description FilterContext<T> FilterContext.FilterContextBuilder<T> ReleasePermitOnComplete Wrapper forAsyncHandlers to release a permit onAsyncHandler.onCompleted().ThrottleRequestFilter ARequestFilterthrottles requests and block when the number of permits is reached, waiting for the response to arrives before executing the next request.