Uses of Class
org.apache.hc.core5.http.ProtocolException
-
Packages that use ProtocolException Package Description org.apache.hc.core5.http Core HTTP transport component APIs.org.apache.hc.core5.http.message 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.http Modifier and Type Class Description classLengthRequiredExceptionSignals message rejection due to missing content length.classMethodNotSupportedExceptionSignals that an HTTP method is not supported.classMisdirectedRequestExceptionSignals a misdirected request (the server is not authoritative to handle the request).classNotImplementedExceptionSignals an unsupported / unimplemented feature of the HTTP protocol.classParseExceptionSignals a protocol exception due to failure to parse a message element.classRequestHeaderFieldsTooLargeExceptionSignals request header field length or total field size violation.classUnsupportedHttpVersionExceptionSignals an unsupported version of the HTTP protocol.Methods in org.apache.hc.core5.http that throw ProtocolException Modifier and Type Method Description HeaderMessageHeaders. getHeader(java.lang.String name)Gets single first header with the given name. -
Uses of ProtocolException in org.apache.hc.core5.http.message
Methods in org.apache.hc.core5.http.message that throw ProtocolException Modifier and Type Method Description HeaderAbstractMessageWrapper. getHeader(java.lang.String name)HeaderHeaderGroup. getHeader(java.lang.String name)Gets single first header with the given name.
-