Searched refs:getServerSessionContext (Results 1 – 7 of 7) sorted by relevance
35 c.serverContext.getServerSessionContext()); in assertSSLSessionContextSize()38 c.clientContext.getServerSessionContext()); in assertSSLSessionContextSize()67 Enumeration serverIds = s.c.serverContext.getServerSessionContext().getIds(); in test_SSLSessionContext_getIds()90 c.serverContext.getServerSessionContext().getSession(null); in test_SSLSessionContext_getSession()94 assertNull(c.serverContext.getServerSessionContext().getSession(new byte[0])); in test_SSLSessionContext_getSession()95 assertNull(c.serverContext.getServerSessionContext().getSession(new byte[1])); in test_SSLSessionContext_getSession()100 SSLSessionContext server = s.c.serverContext.getServerSessionContext(); in test_SSLSessionContext_getSession()119 c.serverContext.getServerSessionContext().getSessionCacheSize()); in test_SSLSessionContext_getSessionCacheSize()126 s.c.serverContext.getServerSessionContext().getSessionCacheSize()); in test_SSLSessionContext_getSessionCacheSize()137 c.serverContext.getServerSessionContext()); in test_SSLSessionContext_setSessionCacheSize_noConnect()[all …]
525 SSLSessionContext sessionContext = sslContext.getServerSessionContext(); in test_SSLContext_getServerSessionContext()530 assertSame(SSLContext.getInstance(protocol).getServerSessionContext(), in test_SSLContext_getServerSessionContext()533 assertNotSame(SSLContext.getInstance(protocol).getServerSessionContext(), in test_SSLContext_getServerSessionContext()
232 assertEquals(s.s.c.serverContext.getServerSessionContext(), in test_SSLSession_getSessionContext()
614 assertNotNull(c.serverContext.getServerSessionContext().getSession( in test_SSLSocket_HandshakeCompletedListener()
91 sslC.getServerSessionContext(); in checkSSLContext()134 assertNull("Not null result", sslC.getServerSessionContext()); in checkSSLContext()
186 sslC[i].getServerSessionContext()); in test_getClientSessionContext()463 .getServerSessionContext()); in test_getServerSessionContext()
419 public final SSLSessionContext getServerSessionContext() { in getServerSessionContext() method in SSLContext