Since: API Level 1
package

org.apache.http.message

Classes | Description

A selection of HTTP message implementations.

more...

Interfaces

HeaderValueFormatterInterface for formatting elements of a header value. 
HeaderValueParserInterface for parsing header values into elements. 
LineFormatterInterface for formatting elements of the HEAD section of an HTTP message. 
LineParserInterface for parsing lines in the HEAD section of an HTTP message. 

Classes

AbstractHttpMessageBasic implementation of an HTTP message that can be modified. 
BasicHeaderRepresents an HTTP header field. 
BasicHeaderElementOne element of an HTTP header's value. 
BasicHeaderElementIteratorBasic implementation of a HeaderElementIterator
BasicHeaderIteratorBasic implementation of a HeaderIterator
BasicHeaderValueFormatterBasic implementation for formatting header value elements. 
BasicHeaderValueParserBasic implementation for parsing header values into elements. 
BasicHttpEntityEnclosingRequestBasic implementation of a request with an entity that can be modified. 
BasicHttpRequestBasic implementation of an HTTP request that can be modified. 
BasicHttpResponseBasic implementation of an HTTP response that can be modified. 
BasicLineFormatterInterface for formatting elements of the HEAD section of an HTTP message. 
BasicLineParserBasic parser for lines in the head section of an HTTP message. 
BasicListHeaderIteratorImplementation of a HeaderIterator based on a List
BasicNameValuePairA simple class encapsulating an attribute/value pair. 
BasicRequestLineThe first line of an HttpRequest
BasicStatusLineRepresents a status line as returned from a HTTP server. 
BasicTokenIteratorBasic implementation of a TokenIterator
BufferedHeaderThis class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed. 
HeaderGroupA class for combining a set of headers. 
ParserCursorThis 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 operation