Interface SslProvider.SslContextSpec

Enclosing class:
SslProvider

public static interface SslProvider.SslContextSpec
  • Method Details

    • sslContext

      SslContext builder that provides, specific for the protocol, default configuration e.g. DefaultSslContextSpec, TcpSslContextSpec etc. The default configuration is applied before any other custom configuration.
      Parameters:
      spec - SslContext builder that provides, specific for the protocol, default configuration
      Returns:
      this
      Since:
      1.2.0
    • sslContext

      SslProvider.Builder sslContext(SslContext sslContext)
      The SslContext to set when configuring SSL.
      Parameters:
      sslContext - The context to set when configuring SSL
      Returns:
      this