Uses of Interface
org.asynchttpclient.filter.RequestFilter
-
Packages that use RequestFilter Package Description org.asynchttpclient org.asynchttpclient.filter -
-
Uses of RequestFilter in org.asynchttpclient
Methods in org.asynchttpclient that return types with arguments of type RequestFilter Modifier and Type Method Description List<RequestFilter>AsyncHttpClientConfig. getRequestFilters()Return the list ofRequestFilterList<RequestFilter>DefaultAsyncHttpClientConfig. getRequestFilters()Methods in org.asynchttpclient with parameters of type RequestFilter Modifier and Type Method Description DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. addRequestFilter(RequestFilter requestFilter)DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. removeRequestFilter(RequestFilter requestFilter) -
Uses of RequestFilter in org.asynchttpclient.filter
Classes in org.asynchttpclient.filter that implement RequestFilter Modifier and Type Class Description classThrottleRequestFilterARequestFilterthrottles requests and block when the number of permits is reached, waiting for the response to arrives before executing the next request.
-