Uses of Package
org.apache.hc.core5.http.message
-
Packages that use org.apache.hc.core5.http.message Package Description org.apache.hc.core5.http.impl.io Default implementation of HTTP/1.1 transport based on the classic (blocking) I/O model.org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http.message Core HTTP message components, message element parser and writer APIs and their default implementations.org.apache.hc.core5.http.support -
Classes in org.apache.hc.core5.http.message used by org.apache.hc.core5.http.impl.io Class Description LineFormatter Interface for formatting elements of the HEAD section of an HTTP message.LineParser 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.nio Class Description LineFormatter Interface for formatting elements of the HEAD section of an HTTP message.LineParser 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.message Class Description AbstractHeaderElementIterator Iterator
ofHeaderElement
s.AbstractMessageWrapper AbstractHttpMessage
wrapper.BasicHeader ImmutableHeader
.BasicHeaderValueFormatter DefaultHeaderValueFormatter
implementation.BasicHeaderValueParser DefaultHeaderValueParser
implementation.BasicHttpRequest Basic implementation ofHttpRequest
.BasicHttpResponse Basic implementation ofHttpResponse
.BasicLineFormatter DefaultLineFormatter
implementation.BasicLineParser DefaultLineParser
implementation.BufferedHeader This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed.HeaderGroup A class for combining a set of headers.HeaderValueFormatter Interface for formatting elements of a header value.HeaderValueParser Interface for parsing header values into elements.LazyLaxLineParser Extension ofBasicLineParser
that defers parsing of header values.LazyLineParser Extension ofBasicLineParser
that defers parsing of header values.LineFormatter Interface for formatting elements of the HEAD section of an HTTP message.LineParser Interface for parsing lines in the HEAD section of an HTTP message.ParserCursor 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 operationRequestLine HTTP/1.1 request line.StatusLine HTTP/1.1 status line.StatusLine.StatusClass Standard classes of HTTP status codes, plusOTHER
for non-standard codes.TokenParser Deprecated.UseTokenizer
-
Classes in org.apache.hc.core5.http.message used by org.apache.hc.core5.http.support Class Description BasicHttpRequest Basic implementation ofHttpRequest
.BasicHttpResponse Basic implementation ofHttpResponse
.HeaderGroup A class for combining a set of headers.