Uses of Interface
org.conscrypt.SSLServerSessionCache
-
Packages that use SSLServerSessionCache Package Description org.conscrypt -
-
Uses of SSLServerSessionCache in org.conscrypt
Fields in org.conscrypt declared as SSLServerSessionCache Modifier and Type Field Description private SSLServerSessionCacheServerSessionContext. persistentCacheMethods in org.conscrypt with parameters of type SSLServerSessionCache Modifier and Type Method Description voidServerSessionContext. setPersistentCache(SSLServerSessionCache persistentCache)Applications should not use this method.static voidConscrypt. setServerSessionCache(javax.net.ssl.SSLContext context, SSLServerSessionCache cache)Sets the server-side persistent cache to be used by the context.
-