Uses of Interface
org.conscrypt.SSLClientSessionCache
Packages that use SSLClientSessionCache
-
Uses of SSLClientSessionCache in org.conscrypt
Classes in org.conscrypt that implement SSLClientSessionCacheModifier and TypeClassDescription(package private) static classThis cache creates one file per SSL session using "host.port" for the file name.Fields in org.conscrypt declared as SSLClientSessionCacheModifier and TypeFieldDescriptionprivate SSLClientSessionCacheClientSessionContext.persistentCacheMethods in org.conscrypt that return SSLClientSessionCacheModifier and TypeMethodDescriptionstatic SSLClientSessionCacheFileClientSessionCache.usingDirectory(File directory) Returns a cache backed by the given directory.Methods in org.conscrypt with parameters of type SSLClientSessionCacheModifier and TypeMethodDescriptionstatic 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.