Uses of Class
org.jboss.netty.handler.ssl.SslHandler
-
Packages that use SslHandler Package Description org.jboss.netty.example.securechat org.jboss.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of SslHandler in org.jboss.netty.example.securechat
Fields in org.jboss.netty.example.securechat declared as SslHandler Modifier and Type Field Description private SslHandler
SecureChatServerHandler.Greeter. sslHandler
Constructors in org.jboss.netty.example.securechat with parameters of type SslHandler Constructor Description Greeter(SslHandler sslHandler)
-
Uses of SslHandler in org.jboss.netty.handler.ssl
Fields in org.jboss.netty.handler.ssl with type parameters of type SslHandler Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SslHandler>
SslHandler. CLOSED_OUTBOUND_AND_CHANNEL_UPDATER
private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SslHandler>
SslHandler. SENT_CLOSE_NOTIFY_UPDATER
private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<SslHandler>
SslHandler. SENT_FIRST_MESSAGE_UPDATER
Methods in org.jboss.netty.handler.ssl that return SslHandler Modifier and Type Method Description SslHandler
SslContext. newHandler()
Creates a newSslHandler
.SslHandler
SslContext. newHandler(java.lang.String peerHost, int peerPort)
Creates a newSslHandler
with advisory peer information.private SslHandler
SslContext. newHandler(javax.net.ssl.SSLEngine engine)
-