Uses of Class
io.netty.handler.ssl.OpenSslClientSessionCache.HostPort
-
Packages that use OpenSslClientSessionCache.HostPort Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine
-
-
Uses of OpenSslClientSessionCache.HostPort in io.netty.handler.ssl
Fields in io.netty.handler.ssl with type parameters of type OpenSslClientSessionCache.HostPort Modifier and Type Field Description private java.util.Map<OpenSslClientSessionCache.HostPort,java.util.Set<OpenSslSessionCache.NativeSslSession>>
OpenSslClientSessionCache. sessions
Methods in io.netty.handler.ssl that return OpenSslClientSessionCache.HostPort Modifier and Type Method Description private static OpenSslClientSessionCache.HostPort
OpenSslClientSessionCache. keyFor(java.lang.String host, int port)
-