Package org.apache.http.message
Core HTTP message components, message element parser
and writer APIs and their default implementations.
-
Interface Summary Interface Description HeaderValueFormatter Interface for formatting elements of a header value.HeaderValueParser Interface for parsing header values into elements.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. -
Class Summary Class Description AbstractHttpMessage Basic implementation ofHttpMessage
.BasicHeader Basic implementation ofHeader
.BasicHeaderElement Basic implementation ofHeaderElement
BasicHeaderElementIterator Basic implementation of aHeaderElementIterator
.BasicHeaderIterator Basic implementation of aHeaderIterator
.BasicHeaderValueFormatter Basic implementation for formatting header value elements.BasicHeaderValueParser Basic implementation for parsing header values into elements.BasicHttpEntityEnclosingRequest Basic implementation ofHttpEntityEnclosingRequest
.BasicHttpRequest Basic implementation ofHttpRequest
.BasicHttpResponse Basic implementation ofHttpResponse
.BasicLineFormatter Interface for formatting elements of the HEAD section of an HTTP message.BasicLineParser Basic parser for lines in the head section of an HTTP message.BasicListHeaderIterator Implementation of aHeaderIterator
based on aList
.BasicNameValuePair Basic implementation ofNameValuePair
.BasicRequestLine Basic implementation ofRequestLine
.BasicStatusLine Basic implementation ofStatusLine
BasicTokenIterator Basic implementation of aTokenIterator
.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.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 operationTokenParser Low level parser for header field elements.