Class TcpSslContextSpec

All Implemented Interfaces:
Supplier<TcpSslContextSpec>, SslProvider.GenericSslContextSpec<SslContextBuilder>, SslProvider.ProtocolSslContextSpec

public final class TcpSslContextSpec extends AbstractProtocolSslContextSpec<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

The default configuration is applied prior any other custom configuration.

Since:
1.0.6
Author:
Violeta Georgieva