Uses of Class
org.jboss.netty.handler.ssl.SslContext
Packages that use SslContext
Package
Description
This package contains an example web socket web server.
-
Uses of SslContext in org.jboss.netty.example.factorial
Constructors in org.jboss.netty.example.factorial with parameters of type SslContextModifierConstructorDescription -
Uses of SslContext in org.jboss.netty.example.http.file
Constructors in org.jboss.netty.example.http.file with parameters of type SslContext -
Uses of SslContext in org.jboss.netty.example.http.helloworld
Constructors in org.jboss.netty.example.http.helloworld with parameters of type SslContext -
Uses of SslContext in org.jboss.netty.example.http.snoop
Constructors in org.jboss.netty.example.http.snoop with parameters of type SslContextModifierConstructorDescriptionHttpSnoopClientPipelineFactory(SslContext sslCtx, String host, int port) -
Uses of SslContext in org.jboss.netty.example.http.upload
Constructors in org.jboss.netty.example.http.upload with parameters of type SslContextModifierConstructorDescriptionHttpUploadClientPipelineFactory(SslContext sslCtx, String host, int port) -
Uses of SslContext in org.jboss.netty.example.http.websocketx.server
Constructors in org.jboss.netty.example.http.websocketx.server with parameters of type SslContext -
Uses of SslContext in org.jboss.netty.example.localtime
Constructors in org.jboss.netty.example.localtime with parameters of type SslContextModifierConstructorDescription -
Uses of SslContext in org.jboss.netty.example.portunification
Constructors in org.jboss.netty.example.portunification with parameters of type SslContext -
Uses of SslContext in org.jboss.netty.example.securechat
Constructors in org.jboss.netty.example.securechat with parameters of type SslContextModifierConstructorDescription -
Uses of SslContext in org.jboss.netty.example.telnet
Constructors in org.jboss.netty.example.telnet with parameters of type SslContextModifierConstructorDescription -
Uses of SslContext in org.jboss.netty.handler.ssl
Subclasses of SslContext in org.jboss.netty.handler.sslModifier and TypeClassDescriptionfinal classA client-sideSslContextwhich uses JDK's SSL/TLS implementation.classAnSslContextwhich uses JDK's SSL/TLS implementation.final classA server-sideSslContextwhich uses JDK's SSL/TLS implementation.final classA server-sideSslContextwhich uses OpenSSL's SSL/TLS implementation.Methods in org.jboss.netty.handler.ssl that return SslContextModifier and TypeMethodDescriptionstatic SslContextSslContext.newClientContext()Creates a new client-sideSslContext.static SslContextSslContext.newClientContext(File certChainFile) Creates a new client-sideSslContext.static SslContextSslContext.newClientContext(File certChainFile, TrustManagerFactory trustManagerFactory) Creates a new client-sideSslContext.static SslContextSslContext.newClientContext(TrustManagerFactory trustManagerFactory) Creates a new client-sideSslContext.static 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) Creates a new client-sideSslContext.static SslContextSslContext.newClientContext(SslProvider provider, File certChainFile) Creates a new client-sideSslContext.static SslContextSslContext.newClientContext(SslProvider provider, File certChainFile, TrustManagerFactory trustManagerFactory) Creates a new client-sideSslContext.static SslContextSslContext.newClientContext(SslProvider provider, TrustManagerFactory trustManagerFactory) 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(File certChainFile, File keyFile) Creates a new server-sideSslContext.static SslContextSslContext.newServerContext(File certChainFile, File keyFile, String keyPassword) Creates a new server-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, File certChainFile, File keyFile) Creates a new server-sideSslContext.static SslContextSslContext.newServerContext(SslProvider provider, File certChainFile, File keyFile, String keyPassword) 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.