|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseFilter | |
|---|---|
| com.ning.http.client | |
| Uses of ResponseFilter in com.ning.http.client |
|---|
| Fields in com.ning.http.client with type parameters of type ResponseFilter | |
|---|---|
protected List<ResponseFilter> |
AsyncHttpClientConfig.responseFilters
|
| Methods in com.ning.http.client that return types with arguments of type ResponseFilter | |
|---|---|
List<ResponseFilter> |
AsyncHttpClientConfig.getResponseFilters()
Return the list of ResponseFilter |
| Methods in com.ning.http.client with parameters of type ResponseFilter | |
|---|---|
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.addResponseFilter(ResponseFilter responseFilter)
Add an ResponseFilter that will be invoked as soon as the response is
received, and before AsyncHandler.onStatusReceived(HttpResponseStatus). |
AsyncHttpClientConfigBean |
AsyncHttpClientConfigBean.addResponseFilters(ResponseFilter responseFilter)
|
AsyncHttpClientConfig.Builder |
AsyncHttpClientConfig.Builder.removeResponseFilter(ResponseFilter responseFilter)
Remove an ResponseFilter that will be invoked as soon as the response is
received, and before AsyncHandler.onStatusReceived(HttpResponseStatus). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||