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 SslHandlerSecureChatServerHandler.Greeter.sslHandlerConstructors 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_UPDATERprivate static final AtomicIntegerFieldUpdater<SslHandler> SslHandler.SENT_CLOSE_NOTIFY_UPDATERprivate static final AtomicIntegerFieldUpdater<SslHandler> SslHandler.SENT_FIRST_MESSAGE_UPDATERMethods in org.jboss.netty.handler.ssl that return SslHandlerModifier and TypeMethodDescriptionfinal SslHandlerSslContext.newHandler()Creates a newSslHandler.final SslHandlerSslContext.newHandler(String peerHost, int peerPort) Creates a newSslHandlerwith advisory peer information.private SslHandlerSslContext.newHandler(SSLEngine engine)