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) class
ConscryptEngineSocket
Implements crypto handling by delegating toConscryptEngine
.(package private) class
ConscryptFileDescriptorSocket
Implementation of the class OpenSSLSocketImpl based on OpenSSL.(package private) class
Java8EngineSocket
A version of ConscryptEngineSocket that includes the new Java 9 (and potentially later patches of 8)setHandshakeApplicationProtocolSelector
API (which requires Java 8 for compilation, due to the use ofBiFunction
).(package private) class
Java8FileDescriptorSocket
A version of ConscryptFileDescriptorSocket that includes the new Java 9 (and potentially later patches of 8)setHandshakeApplicationProtocolSelector
API (which requires Java 8 for compilation, due to the use ofBiFunction
).
-