Class Http11SslContextSpec

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

public final class Http11SslContextSpec extends AbstractProtocolSslContextSpec<Http11SslContextSpec>
SslContext builder that provides default configuration specific to HTTP/1.x 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