Package | Description |
---|---|
gnu.inet.http |
This package contains an HTTP/1.1 client, as described in RFC 2616.
|
Class and Description |
---|
Authenticator
Callback interface for managing authentication.
|
Cookie
An HTTP cookie, as specified in RFC 2109.
|
CookieManager
Cookie manager interface.
|
Credentials
Represents a username/password combination that can be used to
authenticate to an HTTP server.
|
Headers
A collection of HTTP header names and associated values.
|
HTTPConnection
A connection to an HTTP server.
|
Request
A single HTTP request.
|
RequestBodyWriter
Callback interface for writing request body content.
|
Response
An HTTP response.
|
ResponseBodyReader
Callback interface for receiving notification of response body content.
|
ResponseHeaderHandler
Callback interface for objects that wish to be notified of response
header values.
|
© Copyright 2003 The Free Software Foundation, all rights reserved