Package | Description |
---|---|
org.apache.http.client.methods |
Standard HTTP method implementations.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
org.apache.http.impl.conn |
Default implementations of client connection management
functions.
|
org.apache.http.impl.cookie |
Default implementations of standard and common HTTP state
management policies.
|
org.apache.http.impl.io |
Default implementations of message parses and writers
for synchronous, blocking communication.
|
org.apache.http.message |
Core HTTP message components, message element parser
and writer APIs and their default implementations.
|
Class and Description |
---|
AbstractHttpMessage
Basic implementation of
HttpMessage . |
Class and Description |
---|
AbstractHttpMessage
Basic implementation of
HttpMessage . |
Class and Description |
---|
LineParser
Interface for parsing lines in the HEAD section of an HTTP message.
|
Class and Description |
---|
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
|
Class and Description |
---|
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 and Description |
---|
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
|
TokenParser
Low level parser for header field elements.
|