Uses of Class
org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler
Packages that use AbstractHttpClientResponseHandler
Package
Description
Simple facade APIs for HttpClient based on the concept of
a fluent interface.
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.fluentModifier and TypeClassDescriptionclass
-
Uses of AbstractHttpClientResponseHandler in org.apache.hc.client5.http.impl.classic
Subclasses of AbstractHttpClientResponseHandler in org.apache.hc.client5.http.impl.classicModifier and TypeClassDescriptionclass
AHttpClientResponseHandler
that returns the response body as a String for successful (2xx) responses.