| Type | Reason |
|---|---|
| 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. |
| BasicHeaderElementIterator | Basic implementation of a Org.Apache.Http.IHeaderElementIterator. |
| BasicHeaderIterator | Basic implementation of a Org.Apache.Http.IHeaderIterator. |
| BasicHeaderValueFormatter | Basic implementation for formatting header value elements. |
| BasicHeaderValueParser | Documentation for this section has not yet been entered. |
| 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. |
| BasicListHeaderIterator | Implementation of a Org.Apache.Http.IHeaderIterator based on a Java.Util.IList. |
| BasicNameValuePair | Documentation for this section has not yet been entered. |
| BasicRequestLine | The first line of an Org.Apache.Http.IHttpRequest. |
| BasicStatusLine | Represents a status line as returned from a HTTP server. |
| BasicTokenIterator | Basic implementation of a Org.Apache.Http.ITokenIterator. |
| 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. |
| IHeaderValueFormatter | Interface for formatting elements of a header value. |
| IHeaderValueParser | Documentation for this section has not yet been entered. |
| ILineFormatter | Interface for formatting elements of the HEAD section of an HTTP message. |
| ILineParser | Interface for parsing lines in the HEAD section of an HTTP message. |
| ParserCursor | This class represents a context of a parsing operation:
|