Uses of Interface
io.undertow.protocols.alpn.ALPNProvider
-
Packages that use ALPNProvider Package Description io.undertow.protocols.alpn -
-
Uses of ALPNProvider in io.undertow.protocols.alpn
Classes in io.undertow.protocols.alpn that implement ALPNProvider Modifier and Type Class Description classJDK8HackAlpnProviderOpen listener adaptor for ALPN connections that uses the SSLExplorer based approach and hack into the JDK8 SSLEngine via reflection.classJDK9AlpnProviderOpen listener adaptor for ALPN connections that use the JDK9 APIclassJettyAlpnProviderJetty ALPN implementation.classOpenSSLAlpnProviderOpen listener adaptor for ALPN connections that use the Wildfly OpenSSL implementationMethods in io.undertow.protocols.alpn that return ALPNProvider Modifier and Type Method Description ALPNProviderALPNManager. getProvider(javax.net.ssl.SSLEngine engine)
-