|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncFilter | |
|---|---|
| com.ning.http.client | |
| com.ning.http.client.filter | |
| Uses of AsyncFilter in com.ning.http.client |
|---|
| Methods in com.ning.http.client with parameters of type AsyncFilter | |
|---|---|
AsyncHttpClient |
AsyncHttpClient.addAsyncFilter(AsyncFilter asyncFilter)
Add an AsyncFilter that will be invoked before AsyncHttpClient.executeRequest(Request) |
AsyncHttpClient |
AsyncHttpClient.removeAsyncFilter(AsyncFilter asyncFilter)
Remove an AsyncFilter that will be invoked before AsyncHttpClient.executeRequest(Request) |
| Uses of AsyncFilter in com.ning.http.client.filter |
|---|
| Classes in com.ning.http.client.filter that implement AsyncFilter | |
|---|---|
class |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||