Uses of Class
org.conscrypt.OpenSSLSocketImpl
-
Packages that use OpenSSLSocketImpl Package Description org.conscrypt -
-
Uses of OpenSSLSocketImpl in org.conscrypt
Subclasses of OpenSSLSocketImpl in org.conscrypt Modifier and Type Class Description (package private) classConscryptEngineSocketImplements crypto handling by delegating toConscryptEngine.(package private) classConscryptFileDescriptorSocketImplementation of the class OpenSSLSocketImpl based on OpenSSL.(package private) classJava8EngineSocketA version of ConscryptEngineSocket that includes the new Java 9 (and potentially later patches of 8)setHandshakeApplicationProtocolSelectorAPI (which requires Java 8 for compilation, due to the use ofBiFunction).(package private) classJava8FileDescriptorSocketA version of ConscryptFileDescriptorSocket that includes the new Java 9 (and potentially later patches of 8)setHandshakeApplicationProtocolSelectorAPI (which requires Java 8 for compilation, due to the use ofBiFunction).
-