Package com.ning.http.client.filter

Interface Summary
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
FilterContext<T> A FilterContext can be used to decorate Request and AsyncHandler from a list of RequestFilter.
ThrottleRequestFilter A RequestFilter throttles requests and block when the number of permits is reached, waiting for the response to arrives before executing the next request.
 

Exception Summary
FilterException An exception that can be thrown by an AsyncHandler to interrupt invocation of the RequestFilter and ResponseFilter.
 



Copyright © 2010. All Rights Reserved.