Uses of Class
org.jboss.netty.handler.ssl.SslBufferPool
Packages that use SslBufferPool
-
Uses of SslBufferPool in org.jboss.netty.handler.ssl
Fields in org.jboss.netty.handler.ssl declared as SslBufferPoolModifier and TypeFieldDescriptionprivate final SslBufferPool
SslContext.bufferPool
private final SslBufferPool
SslHandler.bufferPool
private final SslBufferPool
OpenSslEngine.bufPool
private static SslBufferPool
SslHandler.defaultBufferPool
Methods in org.jboss.netty.handler.ssl that return SslBufferPoolModifier and TypeMethodDescriptionfinal 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 SslBufferPoolModifier and TypeMethodDescriptionstatic SslContext
SslContext.newClientContext
(SslBufferPool bufPool, File certChainFile, TrustManagerFactory trustManagerFactory, Iterable<String> ciphers, Iterable<String> nextProtocols, long sessionCacheSize, long sessionTimeout) Creates a new client-sideSslContext
.static SslContext
SslContext.newClientContext
(SslProvider provider, SslBufferPool bufPool, File certChainFile, TrustManagerFactory trustManagerFactory, Iterable<String> ciphers, Iterable<String> nextProtocols, long sessionCacheSize, long sessionTimeout) Creates a new client-sideSslContext
.static SslContext
SslContext.newServerContext
(SslBufferPool bufPool, File certChainFile, File keyFile, String keyPassword, Iterable<String> ciphers, Iterable<String> nextProtocols, long sessionCacheSize, long sessionTimeout) Creates a new server-sideSslContext
.static SslContext
SslContext.newServerContext
(SslProvider provider, SslBufferPool bufPool, File certChainFile, File keyFile, String keyPassword, Iterable<String> ciphers, Iterable<String> nextProtocols, long sessionCacheSize, long sessionTimeout) Creates a new server-sideSslContext
.Constructors in org.jboss.netty.handler.ssl with parameters of type SslBufferPoolModifierConstructorDescriptionJdkSslClientContext
(SslBufferPool bufPool, File certChainFile, TrustManagerFactory trustManagerFactory, Iterable<String> ciphers, Iterable<String> nextProtocols, long sessionCacheSize, long sessionTimeout) Creates a new instance.(package private)
JdkSslContext
(SslBufferPool bufferPool, Iterable<String> ciphers) JdkSslServerContext
(SslBufferPool bufPool, File certChainFile, File keyFile, String keyPassword, Iterable<String> ciphers, Iterable<String> nextProtocols, long sessionCacheSize, long sessionTimeout) Creates a new instance.OpenSslEngine
(long sslCtx, SslBufferPool bufPool, String fallbackApplicationProtocol) Creates a new instanceOpenSslServerContext
(SslBufferPool bufPool, File certChainFile, File keyFile, String keyPassword, Iterable<String> ciphers, Iterable<String> nextProtocols, long sessionCacheSize, long sessionTimeout) Creates a new instance.(package private)
SslContext
(SslBufferPool bufferPool) SslHandler
(SSLEngine engine, SslBufferPool bufferPool) Creates a new instance.SslHandler
(SSLEngine engine, SslBufferPool bufferPool, boolean startTls) Creates a new instance.SslHandler
(SSLEngine engine, SslBufferPool bufferPool, boolean startTls, Timer timer, long handshakeTimeoutInMillis) Creates a new instance.