Package org.conscrypt

Class Java8EngineSocket

All Implemented Interfaces:
Closeable, AutoCloseable, SSLParametersImpl.AliasChooser

final class Java8EngineSocket extends ConscryptEngineSocket
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 of BiFunction).