Uses of Class
org.jboss.netty.handler.ssl.SslContext
-
Packages that use SslContext Package Description org.jboss.netty.example.factorial org.jboss.netty.example.http.file org.jboss.netty.example.http.helloworld org.jboss.netty.example.http.snoop org.jboss.netty.example.http.upload org.jboss.netty.example.http.websocketx.server This package contains an example web socket web server.org.jboss.netty.example.localtime org.jboss.netty.example.portunification org.jboss.netty.example.securechat org.jboss.netty.example.telnet org.jboss.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of SslContext in org.jboss.netty.example.factorial
Fields in org.jboss.netty.example.factorial declared as SslContext Modifier and Type Field Description private SslContext
FactorialClientPipelineFactory. sslCtx
private SslContext
FactorialServerPipelineFactory. sslCtx
Constructors in org.jboss.netty.example.factorial with parameters of type SslContext Constructor Description FactorialClientPipelineFactory(SslContext sslCtx)
FactorialServerPipelineFactory(SslContext sslCtx)
-
Uses of SslContext in org.jboss.netty.example.http.file
Fields in org.jboss.netty.example.http.file declared as SslContext Modifier and Type Field Description private SslContext
HttpStaticFileServerPipelineFactory. sslCtx
Constructors in org.jboss.netty.example.http.file with parameters of type SslContext Constructor Description HttpStaticFileServerPipelineFactory(SslContext sslCtx)
-
Uses of SslContext in org.jboss.netty.example.http.helloworld
Fields in org.jboss.netty.example.http.helloworld declared as SslContext Modifier and Type Field Description private SslContext
HttpHelloWorldServerPipelineFactory. sslCtx
Constructors in org.jboss.netty.example.http.helloworld with parameters of type SslContext Constructor Description HttpHelloWorldServerPipelineFactory(SslContext sslCtx)
-
Uses of SslContext in org.jboss.netty.example.http.snoop
Fields in org.jboss.netty.example.http.snoop declared as SslContext Modifier and Type Field Description private SslContext
HttpSnoopClientPipelineFactory. sslCtx
private SslContext
HttpSnoopServerPipelineFactory. sslCtx
Constructors in org.jboss.netty.example.http.snoop with parameters of type SslContext Constructor Description HttpSnoopClientPipelineFactory(SslContext sslCtx, java.lang.String host, int port)
HttpSnoopServerPipelineFactory(SslContext sslCtx)
-
Uses of SslContext in org.jboss.netty.example.http.upload
Fields in org.jboss.netty.example.http.upload declared as SslContext Modifier and Type Field Description private SslContext
HttpUploadClientPipelineFactory. sslCtx
private SslContext
HttpUploadServerPipelineFactory. sslCtx
Constructors in org.jboss.netty.example.http.upload with parameters of type SslContext Constructor Description HttpUploadClientPipelineFactory(SslContext sslCtx, java.lang.String host, int port)
HttpUploadServerPipelineFactory(SslContext sslCtx)
-
Uses of SslContext in org.jboss.netty.example.http.websocketx.server
Fields in org.jboss.netty.example.http.websocketx.server declared as SslContext Modifier and Type Field Description private SslContext
WebSocketServerPipelineFactory. sslCtx
Constructors in org.jboss.netty.example.http.websocketx.server with parameters of type SslContext Constructor Description WebSocketServerPipelineFactory(SslContext sslCtx)
-
Uses of SslContext in org.jboss.netty.example.localtime
Fields in org.jboss.netty.example.localtime declared as SslContext Modifier and Type Field Description private SslContext
LocalTimeClientPipelineFactory. sslCtx
private SslContext
LocalTimeServerPipelineFactory. sslCtx
Constructors in org.jboss.netty.example.localtime with parameters of type SslContext Constructor Description LocalTimeClientPipelineFactory(SslContext sslCtx)
LocalTimeServerPipelineFactory(SslContext sslCtx)
-
Uses of SslContext in org.jboss.netty.example.portunification
Fields in org.jboss.netty.example.portunification declared as SslContext Modifier and Type Field Description private SslContext
PortUnificationServerHandler. sslCtx
Constructors in org.jboss.netty.example.portunification with parameters of type SslContext Constructor Description PortUnificationServerHandler(SslContext sslCtx)
PortUnificationServerHandler(SslContext sslCtx, boolean detectSsl, boolean detectGzip)
-
Uses of SslContext in org.jboss.netty.example.securechat
Fields in org.jboss.netty.example.securechat declared as SslContext Modifier and Type Field Description private SslContext
SecureChatClientPipelineFactory. sslCtx
private SslContext
SecureChatServerPipelineFactory. sslCtx
Constructors in org.jboss.netty.example.securechat with parameters of type SslContext Constructor Description SecureChatClientPipelineFactory(SslContext sslCtx)
SecureChatServerPipelineFactory(SslContext sslCtx)
-
Uses of SslContext in org.jboss.netty.example.telnet
Fields in org.jboss.netty.example.telnet declared as SslContext Modifier and Type Field Description private SslContext
TelnetClientPipelineFactory. sslCtx
private SslContext
TelnetServerPipelineFactory. sslCtx
Constructors in org.jboss.netty.example.telnet with parameters of type SslContext Constructor Description TelnetClientPipelineFactory(SslContext sslCtx)
TelnetServerPipelineFactory(SslContext sslCtx)
-
Uses of SslContext in org.jboss.netty.handler.ssl
Subclasses of SslContext in org.jboss.netty.handler.ssl Modifier and Type Class Description class
JdkSslClientContext
A client-sideSslContext
which uses JDK's SSL/TLS implementation.class
JdkSslContext
AnSslContext
which uses JDK's SSL/TLS implementation.class
JdkSslServerContext
A server-sideSslContext
which uses JDK's SSL/TLS implementation.class
OpenSslServerContext
A server-sideSslContext
which uses OpenSSL's SSL/TLS implementation.Methods in org.jboss.netty.handler.ssl that return SslContext Modifier and Type Method Description static SslContext
SslContext. newClientContext()
Creates a new client-sideSslContext
.static SslContext
SslContext. newClientContext(java.io.File certChainFile)
Creates a new client-sideSslContext
.static SslContext
SslContext. newClientContext(java.io.File certChainFile, javax.net.ssl.TrustManagerFactory trustManagerFactory)
Creates a new client-sideSslContext
.static SslContext
SslContext. newClientContext(javax.net.ssl.TrustManagerFactory trustManagerFactory)
Creates a new client-sideSslContext
.static SslContext
SslContext. 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 SslContext
SslContext. newClientContext(SslProvider provider)
Creates a new client-sideSslContext
.static SslContext
SslContext. newClientContext(SslProvider provider, java.io.File certChainFile)
Creates a new client-sideSslContext
.static SslContext
SslContext. newClientContext(SslProvider provider, java.io.File certChainFile, javax.net.ssl.TrustManagerFactory trustManagerFactory)
Creates a new client-sideSslContext
.static SslContext
SslContext. newClientContext(SslProvider provider, javax.net.ssl.TrustManagerFactory trustManagerFactory)
Creates a new client-sideSslContext
.static SslContext
SslContext. 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 SslContext
SslContext. newServerContext(java.io.File certChainFile, java.io.File keyFile)
Creates a new server-sideSslContext
.static SslContext
SslContext. newServerContext(java.io.File certChainFile, java.io.File keyFile, java.lang.String keyPassword)
Creates a new server-sideSslContext
.static SslContext
SslContext. 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 SslContext
SslContext. newServerContext(SslProvider provider, java.io.File certChainFile, java.io.File keyFile)
Creates a new server-sideSslContext
.static SslContext
SslContext. newServerContext(SslProvider provider, java.io.File certChainFile, java.io.File keyFile, java.lang.String keyPassword)
Creates a new server-sideSslContext
.static SslContext
SslContext. 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
.
-