Uses of Interface
org.asynchttpclient.filter.ResponseFilter
-
Packages that use ResponseFilter Package Description org.asynchttpclient -
-
Uses of ResponseFilter in org.asynchttpclient
Methods in org.asynchttpclient that return types with arguments of type ResponseFilter Modifier and Type Method Description List<ResponseFilter>AsyncHttpClientConfig. getResponseFilters()Return the list ofResponseFilterList<ResponseFilter>DefaultAsyncHttpClientConfig. getResponseFilters()Methods in org.asynchttpclient with parameters of type ResponseFilter Modifier and Type Method Description DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. addResponseFilter(ResponseFilter responseFilter)DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. removeResponseFilter(ResponseFilter responseFilter)
-