Package org.apache.hc.core5.http.message
package org.apache.hc.core5.http.message
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
ClassDescription
Iterator
ofHeaderElement
s.AbstractMessageWrapper<T extends HttpMessage>AbstractHttpMessage
wrapper.Basic implementation ofClassicHttpRequest
.Basic implementation ofClassicHttpResponse
.ImmutableHeader
.Basic implementation ofHeaderElement
Iterator
ofHeaderElement
s.DefaultHeaderValueFormatter
implementation.DefaultHeaderValueParser
implementation.Basic implementation ofHttpRequest
.Basic implementation ofHttpResponse
.DefaultLineFormatter
implementation.DefaultLineParser
implementation.Basic implementation ofNameValuePair
.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.Wraps anHttpRequest
.Wraps anHttpResponse
.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.Support methods for HTTP message processing.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.
Tokenizer