See: Description
| Interface | Description |
|---|---|
| SslProvider.Builder | |
| SslProvider.DefaultConfigurationSpec | |
| SslProvider.SslContextSpec |
| Class | Description |
|---|---|
| SslProvider |
SSL Provider
|
| TcpClient |
A TcpClient allows to build 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 to build 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.
|
| Enum | Description |
|---|---|
| SslProvider.DefaultConfigurationType |
Default configuration that will be applied to the provided
SslContextBuilder |