Uses of Class
org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler
-
Packages that use AbstractHttpClientResponseHandler Package Description org.apache.hc.client5.http.fluent Simple facade APIs for HttpClient based on the concept of a fluent interface.org.apache.hc.client5.http.impl.classic Classic HTTP client API implementation that supports HTTP/1.1 transport only. -
-
Uses of AbstractHttpClientResponseHandler in org.apache.hc.client5.http.fluent
Subclasses of AbstractHttpClientResponseHandler in org.apache.hc.client5.http.fluent Modifier and Type Class Description classContentResponseHandler -
Uses of AbstractHttpClientResponseHandler in org.apache.hc.client5.http.impl.classic
Subclasses of AbstractHttpClientResponseHandler in org.apache.hc.client5.http.impl.classic Modifier and Type Class Description classBasicHttpClientResponseHandlerAHttpClientResponseHandlerthat returns the response body as a String for successful (2xx) responses.
-