Uses of Interface
org.conscrypt.SSLClientSessionCache
-
Packages that use SSLClientSessionCache Package Description org.conscrypt -
-
Uses of SSLClientSessionCache in org.conscrypt
Methods in org.conscrypt that return SSLClientSessionCache Modifier and Type Method Description static SSLClientSessionCacheFileClientSessionCache. usingDirectory(File directory)Returns a cache backed by the given directory.Methods in org.conscrypt with parameters of type SSLClientSessionCache Modifier and Type Method Description static voidConscrypt. setClientSessionCache(SSLContext context, SSLClientSessionCache cache)Sets the client-side persistent cache to be used by the context.voidClientSessionContext. setPersistentCache(SSLClientSessionCache persistentCache)Applications should not use this method.
-