See: Description
Interface | Description |
---|---|
SslProvider.Builder | |
SslProvider.DefaultConfigurationSpec | Deprecated
as of 1.0.6.
|
SslProvider.ProtocolSslContextSpec |
SslContext builder that provides, specific for the protocol, default configuration.
|
SslProvider.SslContextSpec |
Class | Description |
---|---|
AbstractProtocolSslContextSpec<T extends AbstractProtocolSslContextSpec<T>> |
SslContext builder that provides, specific for protocol, default configuration.
|
DefaultSslContextSpec |
SslContext builder that does not provide any default configuration.
|
SslProvider |
SSL Provider
|
TcpClient |
A TcpClient allows building in a safe immutable way a TCP client that
is materialized and connecting when
TcpClient.connect() is ultimately called. |
TcpClientConfig |
Encapsulate all necessary configuration for TCP client transport.
|
TcpResources |
Hold the default Tcp resources
|
TcpServer |
A TcpServer allows building in a safe immutable way a TCP server that is materialized
and connecting when
ServerTransport.bind() is ultimately called. |
TcpServerConfig |
Encapsulate all necessary configuration for TCP server transport.
|
TcpSslContextSpec |
SslContext builder that provides default configuration specific to TCP as follows:
SslProvider will be set depending on OpenSsl.isAvailable()
The default cipher suites will be used
Application protocol negotiation configuration is disabled
|
Enum | Description |
---|---|
SslProvider.DefaultConfigurationType | Deprecated
as of 1.0.6.
|