Package org.apache.http.message

A selection of HTTP message implementations.

See:
          Description

Interface Summary
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
AbstractHttpMessage Basic implementation of an HTTP message that can be modified.
BasicHeader Represents an HTTP header field.
BasicHeaderElement One element of an HTTP header's value.
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 a request with an entity that can be modified.
BasicHttpRequest Basic implementation of an HTTP request that can be modified.
BasicHttpResponse Basic implementation of an HTTP response that can be modified.
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.
BasicNameValuePair A simple class encapsulating an attribute/value pair.
BasicRequestLine The first line of an HttpRequest.
BasicStatusLine Represents a status line as returned from a HTTP server.
BufferedHeader This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed.
 

Package org.apache.http.message Description

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



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.