Package | Description |
---|---|
com.ning.http.client |
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) . |
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 © 2012. All Rights Reserved.