| Package | Description |
|---|---|
| com.ning.http.client |
| Modifier and Type | Field and Description |
|---|---|
protected List<ResponseFilter> |
AsyncHttpClientConfig.responseFilters |
| Modifier and Type | Method and Description |
|---|---|
List<ResponseFilter> |
AsyncHttpClientConfig.getResponseFilters()
Return the list of
ResponseFilter |
| Modifier and Type | Method and Description |
|---|---|
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). |
Copyright © 2014. All Rights Reserved.