Uses of Class
org.conscrypt.ExternalSession
Packages that use ExternalSession
-
Uses of ExternalSession in org.conscrypt
Fields in org.conscrypt declared as ExternalSessionModifier and TypeFieldDescriptionprotected final ExternalSession
Java7ExtendedSSLSession.delegate
Methods in org.conscrypt with parameters of type ExternalSessionModifier and TypeMethodDescription(package private) static SSLSession
Java8PlatformUtil.wrapSSLSession
(ExternalSession sslSession) (package private) static SSLSession
Platform.wrapSSLSession
(ExternalSession sslSession) Constructors in org.conscrypt with parameters of type ExternalSessionModifierConstructorDescription(package private)
Java7ExtendedSSLSession
(ExternalSession delegate) Java8ExtendedSSLSession
(ExternalSession delegate)