Home
last modified time | relevance | path

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

/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
DSSLSessionContextTest.java135 s.setSessionCacheSize(-1); in assertNoConnectSetSessionCacheSizeBehavior()
141 s.setSessionCacheSize(1); in assertNoConnectSetSessionCacheSizeBehavior()
220 client.setSessionCacheSize(1); in test_SSLSessionContext_setSessionCacheSize_dynamic()
221 server.setSessionCacheSize(1); in test_SSLSessionContext_setSessionCacheSize_dynamic()
229 client.setSessionCacheSize(2); in test_SSLSessionContext_setSessionCacheSize_dynamic()
230 server.setSessionCacheSize(2); in test_SSLSessionContext_setSessionCacheSize_dynamic()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DAbstractSessionContextTest.java70 context.setSessionCacheSize(2); in testTrimToSize()
76 context.setSessionCacheSize(2); in testImplicitRemovalOfOldest()
/external/conscrypt/common/src/main/java/org/conscrypt/
DAbstractSessionContext.java169 public final void setSessionCacheSize(int size) throws IllegalArgumentException { in setSessionCacheSize() method