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 ExternalSessionJava7ExtendedSSLSession. delegateMethods in org.conscrypt with parameters of type ExternalSession Modifier and Type Method Description (package private) static javax.net.ssl.SSLSessionJava8PlatformUtil. wrapSSLSession(ExternalSession sslSession)(package private) static javax.net.ssl.SSLSessionPlatform. wrapSSLSession(ExternalSession sslSession)Constructors in org.conscrypt with parameters of type ExternalSession Constructor Description Java7ExtendedSSLSession(ExternalSession delegate)Java8ExtendedSSLSession(ExternalSession delegate)
-