|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
message
implementations.
See:
Description
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. |
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. |
BasicHttpVersionFormat | Parser and formatter for HttpVersion . |
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. |
HttpGet | A modifiable HTTP request with GET as the method. |
HttpHead | A modifiable HTTP request with HEAD as the method. |
HttpPost | A modifiable HTTP request with POST as the method. |
A selection of HTTP
message
implementations.
There are basic implementations for HTTP requests
with
and without
an entity, and for
responses
.
You will also find implementations for some of
the HTTP standard methods like
GET
,
HEAD
, and
POST
.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |