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
Fields in org.jboss.netty.example.factorial declared as SslContextModifier and TypeFieldDescriptionprivate final SslContextFactorialClientPipelineFactory.sslCtxprivate final SslContextFactorialServerPipelineFactory.sslCtxConstructors in org.jboss.netty.example.factorial with parameters of type SslContextModifierConstructorDescription -
Uses of SslContext in org.jboss.netty.example.http.file
Fields in org.jboss.netty.example.http.file declared as SslContextModifier and TypeFieldDescriptionprivate final SslContextHttpStaticFileServerPipelineFactory.sslCtxConstructors in org.jboss.netty.example.http.file with parameters of type SslContext -
Uses of SslContext in org.jboss.netty.example.http.helloworld
Fields in org.jboss.netty.example.http.helloworld declared as SslContextModifier and TypeFieldDescriptionprivate final SslContextHttpHelloWorldServerPipelineFactory.sslCtxConstructors in org.jboss.netty.example.http.helloworld with parameters of type SslContext -
Uses of SslContext in org.jboss.netty.example.http.snoop
Fields in org.jboss.netty.example.http.snoop declared as SslContextModifier and TypeFieldDescriptionprivate final SslContextHttpSnoopClientPipelineFactory.sslCtxprivate final SslContextHttpSnoopServerPipelineFactory.sslCtxConstructors 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
Fields in org.jboss.netty.example.http.upload declared as SslContextModifier and TypeFieldDescriptionprivate final SslContextHttpUploadClientPipelineFactory.sslCtxprivate final SslContextHttpUploadServerPipelineFactory.sslCtxConstructors 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
Fields in org.jboss.netty.example.http.websocketx.server declared as SslContextConstructors in org.jboss.netty.example.http.websocketx.server with parameters of type SslContext -
Uses of SslContext in org.jboss.netty.example.localtime
Fields in org.jboss.netty.example.localtime declared as SslContextModifier and TypeFieldDescriptionprivate final SslContextLocalTimeClientPipelineFactory.sslCtxprivate final SslContextLocalTimeServerPipelineFactory.sslCtxConstructors in org.jboss.netty.example.localtime with parameters of type SslContextModifierConstructorDescription -
Uses of SslContext in org.jboss.netty.example.portunification
Fields in org.jboss.netty.example.portunification declared as SslContextConstructors in org.jboss.netty.example.portunification with parameters of type SslContextModifierConstructorDescriptionprivatePortUnificationServerHandler(SslContext sslCtx, boolean detectSsl, boolean detectGzip) -
Uses of SslContext in org.jboss.netty.example.securechat
Fields in org.jboss.netty.example.securechat declared as SslContextModifier and TypeFieldDescriptionprivate final SslContextSecureChatClientPipelineFactory.sslCtxprivate final SslContextSecureChatServerPipelineFactory.sslCtxConstructors in org.jboss.netty.example.securechat with parameters of type SslContextModifierConstructorDescription -
Uses of SslContext in org.jboss.netty.example.telnet
Fields in org.jboss.netty.example.telnet declared as SslContextModifier and TypeFieldDescriptionprivate final SslContextTelnetClientPipelineFactory.sslCtxprivate final SslContextTelnetServerPipelineFactory.sslCtxConstructors 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.