Uses of Class
org.conscrypt.ClientSessionContext.HostAndPort
Packages that use ClientSessionContext.HostAndPort
-
Uses of ClientSessionContext.HostAndPort in org.conscrypt
Fields in org.conscrypt with type parameters of type ClientSessionContext.HostAndPortModifier and TypeFieldDescriptionprivate final Map
<ClientSessionContext.HostAndPort, List<NativeSslSession>> ClientSessionContext.sessionsByHostAndPort
Sessions indexed by host and port.Methods in org.conscrypt with parameters of type ClientSessionContext.HostAndPortModifier and TypeMethodDescriptionprivate void
ClientSessionContext.putSession
(ClientSessionContext.HostAndPort key, NativeSslSession session) private void
ClientSessionContext.removeSession
(ClientSessionContext.HostAndPort key, NativeSslSession session)