Package io.undertow.client
Class ALPNClientSelector
- java.lang.Object
-
- io.undertow.client.ALPNClientSelector
-
public class ALPNClientSelector extends java.lang.Object- Author:
- Stuart Douglas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classALPNClientSelector.ALPNProtocol
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrunAlpn(org.xnio.ssl.SslConnection sslConnection, org.xnio.ChannelListener<org.xnio.ssl.SslConnection> fallback, ClientCallback<ClientConnection> failedListener, ALPNClientSelector.ALPNProtocol... details)
-
-
-
Method Detail
-
runAlpn
public static void runAlpn(org.xnio.ssl.SslConnection sslConnection, org.xnio.ChannelListener<org.xnio.ssl.SslConnection> fallback, ClientCallback<ClientConnection> failedListener, ALPNClientSelector.ALPNProtocol... details)
-
-