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 SslBufferPoolSslContext. bufferPoolprivate SslBufferPoolSslHandler. bufferPoolprivate SslBufferPoolOpenSslEngine. bufPoolprivate static SslBufferPoolSslHandler. defaultBufferPoolMethods in org.jboss.netty.handler.ssl that return SslBufferPool Modifier and Type Method Description SslBufferPoolSslContext. bufferPool()static SslBufferPoolSslHandler. getDefaultBufferPool()Returns the defaultSslBufferPoolused when no pool is specified in the constructor.(package private) SslBufferPoolOpenSslServerContext. newBufferPool()(package private) SslBufferPoolSslContext. newBufferPool()Methods in org.jboss.netty.handler.ssl with parameters of type SslBufferPool Modifier and Type Method Description static SslContextSslContext. 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 SslContextSslContext. 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 SslContextSslContext. 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 SslContextSslContext. 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.
-