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 SslBufferPoolSslContext.bufferPoolprivate final SslBufferPoolSslHandler.bufferPoolprivate final SslBufferPoolOpenSslEngine.bufPoolprivate static SslBufferPoolSslHandler.defaultBufferPoolMethods in org.jboss.netty.handler.ssl that return SslBufferPoolModifier and TypeMethodDescriptionfinal 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 SslBufferPoolModifier and TypeMethodDescriptionstatic SslContextSslContext.newClientContext(SslBufferPool bufPool, File certChainFile, TrustManagerFactory trustManagerFactory, Iterable<String> ciphers, Iterable<String> nextProtocols, long sessionCacheSize, long sessionTimeout) Creates a new client-sideSslContext.static SslContextSslContext.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 SslContextSslContext.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 SslContextSslContext.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.