Package com.ning.http.client.filter

Interface Summary
AsyncFilter A Filter interface that gets invoked before making an actual request.
 

Class Summary
AsyncFilterContext<T> A simple object that hold reference to an AsyncHandler and Request
ThrottleRequestAsyncFilter This AsyncFilter throttles requests and block when the number of permits is reached, waiting for the response to arrives before executing the next request.
 

Exception Summary
AsyncFilterException An exception that can be thrown by an AsyncHandler to interrupt the request processing.
 



Copyright © 2010. All Rights Reserved.