Class DelegatedSslContext
java.lang.Object
io.netty.handler.ssl.SslContext
io.micronaut.oraclecloud.certificates.ssl.DelegatedSslContext
@Internal
public final class DelegatedSslContext
extends io.netty.handler.ssl.SslContext
Allows for netty SslContext to be delegated to another as well as switched out at runtime.
- 
Method SummaryMethods inherited from class io.netty.handler.ssl.SslContextattributes, buildKeyManagerFactory, buildKeyStore, buildTrustManagerFactory, buildTrustManagerFactory, buildTrustManagerFactory, defaultClientProvider, defaultServerProvider, generateKeySpec, isServer, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newHandler, newHandler, newHandler, newHandler, newHandler, newHandler, newHandler, newHandler, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, nextProtocols, toPrivateKey, toPrivateKey, toX509Certificates, toX509Certificates
- 
Method Details- 
isClientpublic boolean isClient()- Specified by:
- isClientin class- io.netty.handler.ssl.SslContext
 
- 
cipherSuites- Specified by:
- cipherSuitesin class- io.netty.handler.ssl.SslContext
 
- 
sessionCacheSizepublic long sessionCacheSize()- Overrides:
- sessionCacheSizein class- io.netty.handler.ssl.SslContext
 
- 
sessionTimeoutpublic long sessionTimeout()- Overrides:
- sessionTimeoutin class- io.netty.handler.ssl.SslContext
 
- 
applicationProtocolNegotiatorpublic io.netty.handler.ssl.ApplicationProtocolNegotiator applicationProtocolNegotiator()- Specified by:
- applicationProtocolNegotiatorin class- io.netty.handler.ssl.SslContext
 
- 
newEngine- Specified by:
- newEnginein class- io.netty.handler.ssl.SslContext
 
- 
newEngine- Specified by:
- newEnginein class- io.netty.handler.ssl.SslContext
 
- 
sessionContext- Specified by:
- sessionContextin class- io.netty.handler.ssl.SslContext
 
 
-