Interface | Description |
---|---|
IResponseStreamHandler |
A callback implementation that can be used to handle the input stream of
an HTTP response.
|
RequestHeaderNames |
Standard HTTP header name constants
|
ResponseHeaderNames |
Constant definitions for HTTP response header names.
|
Class | Description |
---|---|
AuthorizationHeader |
An instance of this class represents the parsed request header "Authorization".
|
ClientRequest |
Definition of a client request that can be executed with a UserAgent.
|
Headers |
Container for request and response headers.
|
HttpUtil |
Utility and convenience methods for HTTP programming, provided as singleton.
|
ProxyBuilder |
A builder to create
Proxy instances. |
ServerResponse |
Holds all data received from a server as response to a single HTTP request.
|
UserAgent |
A class that handles communication via HTTP for a client.
|