Uses of Interface
com.ning.http.client.filter.RequestFilter

Packages that use RequestFilter
com.ning.http.client   
com.ning.http.client.extra   
 

Uses of RequestFilter in com.ning.http.client
 

Fields in com.ning.http.client with type parameters of type RequestFilter
protected  List<RequestFilter> AsyncHttpClientConfig.requestFilters
           
 

Methods in com.ning.http.client that return types with arguments of type RequestFilter
 List<RequestFilter> AsyncHttpClientConfig.getRequestFilters()
          Return the list of RequestFilter
 

Methods in com.ning.http.client with parameters of type RequestFilter
 AsyncHttpClientConfigBean AsyncHttpClientConfigBean.addRequestFilter(RequestFilter requestFilter)
           
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.addRequestFilter(RequestFilter requestFilter)
          Add an RequestFilter that will be invoked before AsyncHttpClient.executeRequest(Request)
 AsyncHttpClientConfig.Builder AsyncHttpClientConfig.Builder.removeRequestFilter(RequestFilter requestFilter)
          Remove an RequestFilter that will be invoked before AsyncHttpClient.executeRequest(Request)
 

Uses of RequestFilter in com.ning.http.client.extra
 

Classes in com.ning.http.client.extra that implement RequestFilter
 class 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.
 



Copyright © 2011. All Rights Reserved.