Uses of Class
org.conscrypt.ExternalSession
-
Packages that use ExternalSession Package Description org.conscrypt -
-
Uses of ExternalSession in org.conscrypt
Fields in org.conscrypt declared as ExternalSession Modifier and Type Field Description protected ExternalSession
Java7ExtendedSSLSession. delegate
Methods in org.conscrypt with parameters of type ExternalSession Modifier and Type Method Description (package private) static javax.net.ssl.SSLSession
Java8PlatformUtil. wrapSSLSession(ExternalSession sslSession)
(package private) static javax.net.ssl.SSLSession
Platform. wrapSSLSession(ExternalSession sslSession)
Constructors in org.conscrypt with parameters of type ExternalSession Constructor Description Java7ExtendedSSLSession(ExternalSession delegate)
Java8ExtendedSSLSession(ExternalSession delegate)
-