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 SSLServerSessionCache
ServerSessionContext. persistentCache
Methods in org.conscrypt with parameters of type SSLServerSessionCache Modifier and Type Method Description void
ServerSessionContext. setPersistentCache(SSLServerSessionCache persistentCache)
Applications should not use this method.static void
Conscrypt. setServerSessionCache(javax.net.ssl.SSLContext context, SSLServerSessionCache cache)
Sets the server-side persistent cache to be used by the context.
-