Uses of Package
org.apache.hc.core5.http.message
Packages that use org.apache.hc.core5.http.message
Package
Description
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Classes in org.apache.hc.core5.http.message used by org.apache.hc.core5.http.impl.ioClassDescriptionInterface for formatting elements of the HEAD section of an HTTP message.Interface for parsing lines in the HEAD section of an HTTP message.
-
Classes in org.apache.hc.core5.http.message used by org.apache.hc.core5.http.impl.nioClassDescriptionInterface for formatting elements of the HEAD section of an HTTP message.Interface for parsing lines in the HEAD section of an HTTP message.
-
Classes in org.apache.hc.core5.http.message used by org.apache.hc.core5.http.messageClassDescription
Iterator
ofHeaderElement
s.AbstractHttpMessage
wrapper.ImmutableHeader
.DefaultHeaderValueFormatter
implementation.DefaultHeaderValueParser
implementation.Basic implementation ofHttpRequest
.Basic implementation ofHttpResponse
.DefaultLineFormatter
implementation.DefaultLineParser
implementation.This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed.A class for combining a set of headers.Interface for formatting elements of a header value.Interface for parsing header values into elements.Extension ofBasicLineParser
that defers parsing of header values.Extension ofBasicLineParser
that defers parsing of header values.Interface for formatting elements of the HEAD section of an HTTP message.Interface for parsing lines in the HEAD section of an HTTP message.This class represents a context of a parsing operation: the current position the parsing operation is expected to start at the bounds limiting the scope of the parsing operationHTTP/1.1 request line.HTTP/1.1 status line.Standard classes of HTTP status codes, plusOTHER
for non-standard codes.Deprecated. -
Classes in org.apache.hc.core5.http.message used by org.apache.hc.core5.http.supportClassDescriptionBasic implementation of
HttpRequest
.Basic implementation ofHttpResponse
.A class for combining a set of headers.
Tokenizer