Searched defs:HostAndPort (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DClientSessionContext.java33 final Map<HostAndPort, SSLSession> sessionsByHostAndPort
34 = new HashMap<HostAndPort, SSLSession>();
56 HostAndPort hostAndPortKey = new HostAndPort(host, port);
74 HostAndPort hostAndPortKey = new HostAndPort(host, port);
110 HostAndPort hostAndPortKey = new HostAndPort(host, port);
124 static class HostAndPort { class in class:ClientSessionContext
128 HostAndPort(Strin method in class:ClientSessionContext.HostAndPort
[all...]

Completed in 71 milliseconds