public class DelegatedSslContext
extends io.netty.handler.ssl.SslContext
| Modifier and Type | Method and Description |
|---|---|
io.netty.handler.ssl.ApplicationProtocolNegotiator |
applicationProtocolNegotiator() |
java.util.List<java.lang.String> |
cipherSuites() |
boolean |
isClient() |
javax.net.ssl.SSLEngine |
newEngine(io.netty.buffer.ByteBufAllocator alloc) |
javax.net.ssl.SSLEngine |
newEngine(io.netty.buffer.ByteBufAllocator alloc,
java.lang.String peerHost,
int peerPort) |
long |
sessionCacheSize() |
javax.net.ssl.SSLSessionContext |
sessionContext() |
long |
sessionTimeout() |
attributes, 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, nextProtocolspublic final boolean isClient()
isClient in class io.netty.handler.ssl.SslContextpublic final java.util.List<java.lang.String> cipherSuites()
cipherSuites in class io.netty.handler.ssl.SslContextpublic final long sessionCacheSize()
sessionCacheSize in class io.netty.handler.ssl.SslContextpublic final long sessionTimeout()
sessionTimeout in class io.netty.handler.ssl.SslContextpublic final io.netty.handler.ssl.ApplicationProtocolNegotiator applicationProtocolNegotiator()
applicationProtocolNegotiator in class io.netty.handler.ssl.SslContextpublic final javax.net.ssl.SSLEngine newEngine(io.netty.buffer.ByteBufAllocator alloc)
newEngine in class io.netty.handler.ssl.SslContextpublic final javax.net.ssl.SSLEngine newEngine(io.netty.buffer.ByteBufAllocator alloc,
java.lang.String peerHost,
int peerPort)
newEngine in class io.netty.handler.ssl.SslContextpublic final javax.net.ssl.SSLSessionContext sessionContext()
sessionContext in class io.netty.handler.ssl.SslContext