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
IteratorofHeaderElements.AbstractMessageWrapper<T extends HttpMessage>AbstractHttpMessagewrapper.Basic implementation ofClassicHttpRequest.Basic implementation ofClassicHttpResponse.ImmutableHeader.Basic implementation ofHeaderElementIteratorofHeaderElements.DefaultHeaderValueFormatterimplementation.DefaultHeaderValueParserimplementation.Basic implementation ofHttpRequest.Basic implementation ofHttpResponse.DefaultLineFormatterimplementation.DefaultLineParserimplementation.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 ofBasicLineParserthat defers parsing of header values.Extension ofBasicLineParserthat 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, plusOTHERfor non-standard codes.Deprecated.
Tokenizer