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