Interface | Description |
---|---|
Address |
The
Address interface is used to represent a generic
uniform resource identifier. |
ContentDisposition |
The
ContentDisposition object represents the HTTP
Content-Disposition header of a request. |
ContentType |
This provides access to the MIME type parts, that is the primary
type, the secondary type and an optional character set parameter.
|
Method |
The
Method interface contains the common HTTP methods
that are sent with a request. |
Part |
The
Part object is used to represent a part within
a request message. |
Path |
The
Path represents the path part of a URI. |
Principal |
The
Principal interface is used to describe a
user that has a name and password. |
Protocol |
This represents the HTTP header names defined in RFC 2616.
|
Query |
The
Query object is used to represent HTTP query
parameters. |
Request |
The
Request is used to provide an interface to the
HTTP entity body and message header. |
RequestHeader |
This is a
Header object that is used to represent a
basic form for the HTTP request message. |
RequestLine |
The
RequestLine is used to represent a HTTP request
line. |
Response |
This is used to represent the HTTP response.
|
ResponseHeader |
The
ResponseHeader object is used to manipulate the
header information for a given response. |
StatusLine |
The
StatusLine is used to represent a HTTP status
line. |
Class | Description |
---|---|
Cookie |
This class is used to represent a generic cookie.
|
RequestWrapper |
The
RequestWrapper object is used so that the original
Request object can be wrapped in a filtering proxy
object. |
ResponseWrapper |
The
ResponseWrapper object is used so that the original
Response object can be wrapped in a filtering proxy
object. |
Enum | Description |
---|---|
Scheme |
The
Scheme represents a scheme used for a URI. |
Status |
The
Status enumeration is used to specify status codes
and the descriptions of those status codes. |
Copyright © 2017. All rights reserved.