Uses of Class
org.apache.hc.client5.http.ClientProtocolException
-
Packages that use ClientProtocolException Package Description org.apache.hc.client5.http Client component APIs common to all client transports such as connection route information and resolution as well as common HTTP method definitions and exception classes.org.apache.hc.client5.http.impl.classic Classic HTTP client API implementation that supports HTTP/1.1 transport only. -
-
Uses of ClientProtocolException in org.apache.hc.client5.http
Subclasses of ClientProtocolException in org.apache.hc.client5.http Modifier and Type Class Description class
HttpResponseException
Signals a non 2xx HTTP response. -
Uses of ClientProtocolException in org.apache.hc.client5.http.impl.classic
Methods in org.apache.hc.client5.http.impl.classic that throw ClientProtocolException Modifier and Type Method Description private static org.apache.hc.core5.http.HttpHost
CloseableHttpClient. determineTarget(org.apache.hc.core5.http.ClassicHttpRequest request)
-