Package org.conscrypt

Class Java8EngineWrapper


final class Java8EngineWrapper extends AbstractConscryptEngine
A wrapper around ConscryptEngine that adapts to the new Java 9 (and potentially later patches of 8) setHandshakeApplicationProtocolSelector API (which requires Java 8 for compilation, due to the use of BiFunction).