See: Description
Interface | Description |
---|---|
ProtocolEndpoint |
Defines an end-point for a custom protocol.
|
ProtocolEndpointFactory |
This interface is used to specify a factory for input and output streams that
are used on TCP communication in Agile RMI.
|
Class | Description |
---|---|
DefaultSSLServerSocketFactory |
A standard implementation of
SSLServerSocketFactory that uses one
combination of the supported protocols and ciphers. |
DefaultSSLSocketFactory |
A standard implementation of
SSLSocketFactory that uses one
combination of the supported protocols and ciphers. |
GzipEndpointFactory
provides a default
customization that uses the Gzip algorithm provided by the JDK to compress
data over TCP during a RMI communication.