Uses of Interface
org.conscrypt.SSLServerSessionCache
Packages that use SSLServerSessionCache
-
Uses of SSLServerSessionCache in org.conscrypt
Fields in org.conscrypt declared as SSLServerSessionCacheModifier and TypeFieldDescriptionprivate SSLServerSessionCache
ServerSessionContext.persistentCache
Methods in org.conscrypt with parameters of type SSLServerSessionCacheModifier and TypeMethodDescriptionvoid
ServerSessionContext.setPersistentCache
(SSLServerSessionCache persistentCache) Applications should not use this method.static void
Conscrypt.setServerSessionCache
(SSLContext context, SSLServerSessionCache cache) Sets the server-side persistent cache to be used by the context.