Package io.undertow.client
Class JDK8HackALPNClientProvider
- java.lang.Object
-
- io.undertow.client.JDK8HackALPNClientProvider
-
public class JDK8HackALPNClientProvider extends Object
JDK8 hack based ALPN client provider- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description JDK8HackALPNClientProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled()voidrunAlpn(org.xnio.ssl.SslConnection connection, org.xnio.ChannelListener<org.xnio.ssl.SslConnection> fallback, ClientCallback<ClientConnection> failedListener, ALPNClientSelector.ALPNProtocol... details)
-
-
-
Method Detail
-
runAlpn
public void runAlpn(org.xnio.ssl.SslConnection connection, org.xnio.ChannelListener<org.xnio.ssl.SslConnection> fallback, ClientCallback<ClientConnection> failedListener, ALPNClientSelector.ALPNProtocol... details)
-
isEnabled
public boolean isEnabled()
-
-