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

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DClientSessionContextTest.java34 SslSessionWrapper getCachedSession(ClientSessionContext context, SslSessionWrapper s) { method in class:ClientSessionContextTest
35 return context.getCachedSession(s.getPeerHost(), DEFAULT_PORT,
H A DServerSessionContextTest.java32 SslSessionWrapper getCachedSession(ServerSessionContext context, SslSessionWrapper s) { method in class:ServerSessionContextTest
H A DAbstractSessionContextTest.java43 abstract SslSessionWrapper getCachedSession(T context, SslSessionWrapper s); method in class:AbstractSessionContextTest
120 assertSame(s.getPeerHost(), s, getCachedSession(context, s));
123 assertNull(s.getPeerHost(), getCachedSession(context, s));
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DClientSessionContext.java55 SslSessionWrapper getCachedSession(String hostName, int port, SSLParametersImpl sslParameters) { method in class:ClientSessionContext

Completed in 716 milliseconds