package

org.apache.http.message

A selection of HTTP message implementations. There are basic implementations for HTTP requests with and without an entity, and for responses.

Interfaces

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. 

Classes

AbstractHttpMessage Basic implementation of HttpMessage
BasicHeader Basic implementation of Header
BasicHeaderElement Basic implementation of HeaderElement 
BasicHeaderElementIterator Basic implementation of a HeaderElementIterator
BasicHeaderIterator Basic implementation of a HeaderIterator
BasicHeaderValueFormatter Basic implementation for formatting header value elements. 
BasicHeaderValueParser Basic implementation for parsing header values into elements. 
BasicHttpEntityEnclosingRequest Basic implementation of HttpEntityEnclosingRequest
BasicHttpRequest Basic implementation of HttpRequest
BasicHttpResponse Basic implementation of HttpResponse
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 a HeaderIterator based on a List. 
BasicNameValuePair Basic implementation of NameValuePair
BasicRequestLine Basic implementation of RequestLine
BasicStatusLine Basic implementation of StatusLine 
BasicTokenIterator Basic implementation of a TokenIterator
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 operation