Uses of Class
org.jboss.netty.handler.ssl.SslHandler
Packages that use SslHandler
Package
Description
-
Uses of SslHandler in org.jboss.netty.example.securechat
Fields in org.jboss.netty.example.securechat declared as SslHandlerModifier and TypeFieldDescriptionprivate final SslHandler
SecureChatServerHandler.Greeter.sslHandler
Constructors in org.jboss.netty.example.securechat with parameters of type SslHandler -
Uses of SslHandler in org.jboss.netty.handler.ssl
Fields in org.jboss.netty.handler.ssl with type parameters of type SslHandlerModifier and TypeFieldDescriptionprivate static final AtomicIntegerFieldUpdater
<SslHandler> SslHandler.CLOSED_OUTBOUND_AND_CHANNEL_UPDATER
private static final AtomicIntegerFieldUpdater
<SslHandler> SslHandler.SENT_CLOSE_NOTIFY_UPDATER
private static final AtomicIntegerFieldUpdater
<SslHandler> SslHandler.SENT_FIRST_MESSAGE_UPDATER
Methods in org.jboss.netty.handler.ssl that return SslHandlerModifier and TypeMethodDescriptionfinal SslHandler
SslContext.newHandler()
Creates a newSslHandler
.final SslHandler
SslContext.newHandler
(String peerHost, int peerPort) Creates a newSslHandler
with advisory peer information.private SslHandler
SslContext.newHandler
(SSLEngine engine)