Home
last modified time | relevance | path

Searched refs:hostAndPortKey (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DClientSessionContext.java56 HostAndPort hostAndPortKey = new HostAndPort(host, port); in sessionRemoved() local
58 sessionsByHostAndPort.remove(hostAndPortKey); in sessionRemoved()
74 HostAndPort hostAndPortKey = new HostAndPort(host, port); in getSession() local
76 session = sessionsByHostAndPort.get(hostAndPortKey); in getSession()
90 sessionsByHostAndPort.put(hostAndPortKey, session); in getSession()
110 HostAndPort hostAndPortKey = new HostAndPort(host, port); in putSession() local
112 sessionsByHostAndPort.put(hostAndPortKey, session); in putSession()