Uses of Class
org.jboss.netty.handler.ssl.OpenSslSessionStats
-
Packages that use OpenSslSessionStats Package Description org.jboss.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of OpenSslSessionStats in org.jboss.netty.handler.ssl
Fields in org.jboss.netty.handler.ssl declared as OpenSslSessionStats Modifier and Type Field Description private OpenSslSessionStats
OpenSslServerContext. stats
Methods in org.jboss.netty.handler.ssl that return OpenSslSessionStats Modifier and Type Method Description OpenSslSessionStats
OpenSslServerContext. stats()
Returns the stats of this context.
-