Package io.netty.handler.ssl
Class OpenSslClientSessionCache.HostPort
java.lang.Object
io.netty.handler.ssl.OpenSslClientSessionCache.HostPort
- Enclosing class:
OpenSslClientSessionCache
Host / Port tuple used to find a
OpenSslSession
in the cache.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hash
private final int hash -
host
-
port
private final int port
-
-
Constructor Details
-
HostPort
HostPort(String host, int port)
-
-
Method Details