Uses of Class
org.jboss.netty.handler.ssl.SslBufferPool
-
Packages that use SslBufferPool Package Description org.jboss.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of SslBufferPool in org.jboss.netty.handler.ssl
Fields in org.jboss.netty.handler.ssl declared as SslBufferPool Modifier and Type Field Description private SslBufferPool
SslContext. bufferPool
private SslBufferPool
SslHandler. bufferPool
private SslBufferPool
OpenSslEngine. bufPool
private static SslBufferPool
SslHandler. defaultBufferPool
Methods in org.jboss.netty.handler.ssl that return SslBufferPool Modifier and Type Method Description SslBufferPool
SslContext. bufferPool()
static SslBufferPool
SslHandler. getDefaultBufferPool()
Returns the defaultSslBufferPool
used when no pool is specified in the constructor.(package private) SslBufferPool
OpenSslServerContext. newBufferPool()
(package private) SslBufferPool
SslContext. newBufferPool()
Methods in org.jboss.netty.handler.ssl with parameters of type SslBufferPool Modifier and Type Method Description static SslContext
SslContext. newClientContext(SslBufferPool bufPool, java.io.File certChainFile, javax.net.ssl.TrustManagerFactory trustManagerFactory, java.lang.Iterable<java.lang.String> ciphers, java.lang.Iterable<java.lang.String> nextProtocols, long sessionCacheSize, long sessionTimeout)
Creates a new client-sideSslContext
.static SslContext
SslContext. newClientContext(SslProvider provider, SslBufferPool bufPool, java.io.File certChainFile, javax.net.ssl.TrustManagerFactory trustManagerFactory, java.lang.Iterable<java.lang.String> ciphers, java.lang.Iterable<java.lang.String> nextProtocols, long sessionCacheSize, long sessionTimeout)
Creates a new client-sideSslContext
.static SslContext
SslContext. newServerContext(SslBufferPool bufPool, java.io.File certChainFile, java.io.File keyFile, java.lang.String keyPassword, java.lang.Iterable<java.lang.String> ciphers, java.lang.Iterable<java.lang.String> nextProtocols, long sessionCacheSize, long sessionTimeout)
Creates a new server-sideSslContext
.static SslContext
SslContext. newServerContext(SslProvider provider, SslBufferPool bufPool, java.io.File certChainFile, java.io.File keyFile, java.lang.String keyPassword, java.lang.Iterable<java.lang.String> ciphers, java.lang.Iterable<java.lang.String> nextProtocols, long sessionCacheSize, long sessionTimeout)
Creates a new server-sideSslContext
.Constructors in org.jboss.netty.handler.ssl with parameters of type SslBufferPool Constructor Description JdkSslClientContext(SslBufferPool bufPool, java.io.File certChainFile, javax.net.ssl.TrustManagerFactory trustManagerFactory, java.lang.Iterable<java.lang.String> ciphers, java.lang.Iterable<java.lang.String> nextProtocols, long sessionCacheSize, long sessionTimeout)
Creates a new instance.JdkSslContext(SslBufferPool bufferPool, java.lang.Iterable<java.lang.String> ciphers)
JdkSslServerContext(SslBufferPool bufPool, java.io.File certChainFile, java.io.File keyFile, java.lang.String keyPassword, java.lang.Iterable<java.lang.String> ciphers, java.lang.Iterable<java.lang.String> nextProtocols, long sessionCacheSize, long sessionTimeout)
Creates a new instance.OpenSslEngine(long sslCtx, SslBufferPool bufPool, java.lang.String fallbackApplicationProtocol)
Creates a new instanceOpenSslServerContext(SslBufferPool bufPool, java.io.File certChainFile, java.io.File keyFile, java.lang.String keyPassword, java.lang.Iterable<java.lang.String> ciphers, java.lang.Iterable<java.lang.String> nextProtocols, long sessionCacheSize, long sessionTimeout)
Creates a new instance.SslContext(SslBufferPool bufferPool)
SslHandler(javax.net.ssl.SSLEngine engine, SslBufferPool bufferPool)
Creates a new instance.SslHandler(javax.net.ssl.SSLEngine engine, SslBufferPool bufferPool, boolean startTls)
Creates a new instance.SslHandler(javax.net.ssl.SSLEngine engine, SslBufferPool bufferPool, boolean startTls, Timer timer, long handshakeTimeoutInMillis)
Creates a new instance.
-