Searched defs:getCachedSession (Results 1 – 4 of 4) sorted by relevance
34 SslSessionWrapper getCachedSession(ClientSessionContext context, SslSessionWrapper s) { in getCachedSession() method in ClientSessionContextTest
32 SslSessionWrapper getCachedSession(ServerSessionContext context, SslSessionWrapper s) { in getCachedSession() method in ServerSessionContextTest
43 abstract SslSessionWrapper getCachedSession(T context, SslSessionWrapper s); in getCachedSession() method in AbstractSessionContextTest
55 SslSessionWrapper getCachedSession(String hostName, int port, SSLParametersImpl sslParameters) { in getCachedSession() method in ClientSessionContext