Uses of Interface
com.ning.http.client.filter.RequestFilter
Packages that use RequestFilter
-
Uses of RequestFilter in com.ning.http.client
Fields in com.ning.http.client with type parameters of type RequestFilterModifier and TypeFieldDescriptionprotected List<RequestFilter>AsyncHttpClientConfig.requestFiltersMethods in com.ning.http.client that return types with arguments of type RequestFilterModifier and TypeMethodDescriptionAsyncHttpClientConfig.getRequestFilters()Return the list ofRequestFilterMethods in com.ning.http.client with parameters of type RequestFilterModifier and TypeMethodDescriptionAsyncHttpClientConfig.Builder.addRequestFilter(RequestFilter requestFilter) Add anRequestFilterthat will be invoked beforeAsyncHttpClient.executeRequest(Request)AsyncHttpClientConfigBean.addRequestFilter(RequestFilter requestFilter) AsyncHttpClientConfig.Builder.removeRequestFilter(RequestFilter requestFilter) Remove anRequestFilterthat will be invoked beforeAsyncHttpClient.executeRequest(Request) -
Uses of RequestFilter in com.ning.http.client.extra
Classes in com.ning.http.client.extra that implement RequestFilterModifier and TypeClassDescriptionclassARequestFilterthrottles requests and block when the number of permits is reached, waiting for the response to arrives before executing the next request.