Uses of Package
org.apache.http.message

Packages that use org.apache.http.message
org.apache.http.impl.io Default implementations for interfaces in org.apache.http.io
org.apache.http.message A selection of HTTP message implementations. 
 

Classes in org.apache.http.message used by org.apache.http.impl.io
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 in org.apache.http.message used by org.apache.http.message
AbstractHttpMessage
          Basic implementation of HttpMessage.
BasicHeaderValueFormatter
          Basic implementation for formatting header value elements.
BasicHeaderValueParser
          Basic implementation for parsing header values into elements.
BasicHttpRequest
          Basic implementation of HttpRequest.
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.
HeaderGroup
          A class for combining a set of headers.
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.
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
 



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