Uses of Class
org.apache.hc.core5.http.ProtocolException
Packages that use ProtocolException
Package
Description
Core HTTP transport component APIs.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Uses of ProtocolException in org.apache.hc.core5.http
Subclasses of ProtocolException in org.apache.hc.core5.httpModifier and TypeClassDescriptionclass
Signals message rejection due to missing content length.class
Signals that an HTTP method is not supported.class
Signals a misdirected request (the server is not authoritative to handle the request).class
Signals an unsupported / unimplemented feature of the HTTP protocol.class
Signals a protocol exception due to failure to parse a message element.class
Signals request header field length or total field size violation.class
Signals an unsupported version of the HTTP protocol.Methods in org.apache.hc.core5.http that throw ProtocolException -
Uses of ProtocolException in org.apache.hc.core5.http.message
Methods in org.apache.hc.core5.http.message that throw ProtocolException