Uses of Class
org.conscrypt.ClientSessionContext.HostAndPort
-
Packages that use ClientSessionContext.HostAndPort Package Description org.conscrypt -
-
Uses of ClientSessionContext.HostAndPort in org.conscrypt
Fields in org.conscrypt with type parameters of type ClientSessionContext.HostAndPort Modifier and Type Field Description private java.util.Map<ClientSessionContext.HostAndPort,java.util.List<NativeSslSession>>
ClientSessionContext. sessionsByHostAndPort
Sessions indexed by host and port.Methods in org.conscrypt with parameters of type ClientSessionContext.HostAndPort Modifier and Type Method Description private void
ClientSessionContext. putSession(ClientSessionContext.HostAndPort key, NativeSslSession session)
private void
ClientSessionContext. removeSession(ClientSessionContext.HostAndPort key, NativeSslSession session)
-