Uses of Interface
com.ning.http.client.filter.ResponseFilter
Packages that use ResponseFilter
-
Uses of ResponseFilter in com.ning.http.client
Fields in com.ning.http.client with type parameters of type ResponseFilterModifier and TypeFieldDescriptionprotected List<ResponseFilter>AsyncHttpClientConfig.responseFiltersMethods in com.ning.http.client that return types with arguments of type ResponseFilterModifier and TypeMethodDescriptionAsyncHttpClientConfig.getResponseFilters()Return the list ofResponseFilterMethods in com.ning.http.client with parameters of type ResponseFilterModifier and TypeMethodDescriptionAsyncHttpClientConfig.Builder.addResponseFilter(ResponseFilter responseFilter) Add anResponseFilterthat will be invoked as soon as the response is received, and beforeAsyncHandler.onStatusReceived(HttpResponseStatus).AsyncHttpClientConfigBean.addResponseFilters(ResponseFilter responseFilter) AsyncHttpClientConfig.Builder.removeResponseFilter(ResponseFilter responseFilter) Remove anResponseFilterthat will be invoked as soon as the response is received, and beforeAsyncHandler.onStatusReceived(HttpResponseStatus).