Uses of Interface
org.conscrypt.SSLClientSessionCache
-
Packages that use SSLClientSessionCache Package Description org.conscrypt -
-
Uses of SSLClientSessionCache in org.conscrypt
Classes in org.conscrypt that implement SSLClientSessionCache Modifier and Type Class Description (package private) static class
FileClientSessionCache.Impl
This cache creates one file per SSL session using "host.port" for the file name.Fields in org.conscrypt declared as SSLClientSessionCache Modifier and Type Field Description private SSLClientSessionCache
ClientSessionContext. persistentCache
Methods in org.conscrypt that return SSLClientSessionCache Modifier and Type Method Description static SSLClientSessionCache
FileClientSessionCache. usingDirectory(java.io.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 void
Conscrypt. setClientSessionCache(javax.net.ssl.SSLContext context, SSLClientSessionCache cache)
Sets the client-side persistent cache to be used by the context.void
ClientSessionContext. setPersistentCache(SSLClientSessionCache persistentCache)
Applications should not use this method.
-