See: Description
| Interface | Description | 
|---|---|
| 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 | Description | 
|---|---|
| AbstractMessageWrapper<T extends HttpMessage> | Abstract  HttpMessagewrapper. | 
| BasicClassicHttpRequest | Basic implementation of  ClassicHttpRequest. | 
| BasicClassicHttpResponse | Basic implementation of  ClassicHttpResponse. | 
| BasicHeader | Immutable  Header. | 
| BasicHeaderElement | Basic implementation of  HeaderElement | 
| BasicHeaderElementIterator | IteratorofHeaderElements. | 
| BasicHeaderIterator | |
| BasicHeaderValueFormatter | Default  HeaderValueFormatterimplementation. | 
| BasicHeaderValueParser | Default  HeaderValueParserimplementation. | 
| BasicHttpRequest | Basic implementation of  HttpRequest. | 
| BasicHttpResponse | Basic implementation of  HttpResponse. | 
| BasicLineFormatter | Default  LineFormatterimplementation. | 
| BasicLineParser | Default  LineParserimplementation. | 
| BasicNameValuePair | Basic implementation of  NameValuePair. | 
| BasicTokenIterator | |
| 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. | 
| HttpRequestWrapper | Wraps an  HttpRequest. | 
| HttpResponseWrapper | Wraps an  HttpResponse. | 
| LazyLaxLineParser | Extension of  BasicLineParserthat defers parsing of
 header values. | 
| LazyLineParser | Extension of  BasicLineParserthat defers parsing of
 header values. | 
| MessageSupport | Support methods for HTTP message processing. | 
| 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
  | 
| RequestLine | HTTP/1.1 request line. | 
| StatusLine | HTTP/1.1 status line. | 
| TokenParser | Deprecated Use  Tokenizer | 
| Enum | Description | 
|---|---|
| StatusLine.StatusClass | Standard classes of HTTP status codes, plus  OTHERfor non-standard codes. | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.