Package io.servicetalk.transport.api
Interface ServerSslConfig
- All Superinterfaces:
SslConfig
- All Known Implementing Classes:
DelegatingServerSslConfig
Specifies the configuration for server side TLS/SSL.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.servicetalk.transport.api.SslConfig
SslConfig.CipherSuiteFilter
-
Method Summary
Modifier and TypeMethodDescriptionGet the client authentication mode.Methods inherited from interface io.servicetalk.transport.api.SslConfig
alpnProtocols, certificateCompressionAlgorithms, ciphers, cipherSuiteFilter, handshakeTimeout, keyCertChainSupplier, keyManagerFactory, keyPassword, keySupplier, maxCertificateListBytes, provider, sessionCacheSize, sessionTimeout, sslProtocols, trustCertChainSupplier, trustManagerFactory
-
Method Details
-
clientAuthMode
SslClientAuthMode clientAuthMode()Get the client authentication mode.- Returns:
- the client authentication mode.
- See Also:
-