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.sessionsByHostAndPortSessions indexed by host and port.Methods in org.conscrypt with parameters of type ClientSessionContext.HostAndPortModifier and TypeMethodDescriptionprivate voidClientSessionContext.putSession(ClientSessionContext.HostAndPort key, NativeSslSession session) private voidClientSessionContext.removeSession(ClientSessionContext.HostAndPort key, NativeSslSession session)