Interface | Description |
---|---|
AuthenticatorModule |
Interface implemented by the module (examples:
AuthenticatorModuleImpl , SimpleAuthenticatorModule ) of a modular
authenticator (example: AuthenticatorList ). |
FileContent |
Abstract representation of the file to be uploaded.
|
ModularAuthenticator |
Service used by
AuthenticatorModule s, that is, the service provided
by the list (AuthenticatorList ) to its items (AuthenticatorModuleImpl ). |
Class | Description |
---|---|
AuthenticationDialog |
The dialog box used by
AuthenticatorModuleImpl to let the user
specify his user name/password. |
AuthenticationDialog.Info | |
AuthenticatorList |
A modular Authenticator.
|
AuthenticatorModuleImpl |
An interactive AuthenticatorModuleImpl.
|
ByteArrayContent |
Implementation of
FileContent based on an byte array. |
DataURLConnection | |
DataURLStreamHandler | |
DataURLStreamHandlerFactory | |
FileContentImpl |
Implementation of
FileContent based on an actual file. |
HttpsURLConnectionUtil |
A collection of utilities (static methods) related to
HttpsURLConnection . |
NetDefaults |
This utility class allows to keep track of the different user-specified
classes (
Authenticator , URLStreamHandlerFactory )
used by the java.net package. |
PasswordUtil |
A collection of utilities (static methods) related to passwords.
|
PostRequest |
A utility class making it easy to send POST requests to
an HTTP or HTTPS server.
|
PostRequest.Header |
A header.
|
PostRequest.Parameter |
A parameter.
|
ProxiesOptions |
A preferences sheet allowing the user to specify which proxy servers are to
be used by network connections.
|
ProxyUtil |
A collection of utilities (static methods) used to configure proxy servers
based on the user preferences and also on the version of JavaTM
used to run the XML editor.
|
ProxyUtil.ProxyServer |
Information about a proxy server.
|
SimpleAuthenticatorModule |
A simple, non-interactive, authenticator module.
|
URLStreamHandlerFactoryList |
A modular URLStreamHandlerFactory.
|
java.net
. For example,
contains a modular implementation of Authenticator
.