Package io.undertow.client
Class ALPNClientSelector.ALPNProtocol
- java.lang.Object
-
- io.undertow.client.ALPNClientSelector.ALPNProtocol
-
- Enclosing class:
- ALPNClientSelector
public static class ALPNClientSelector.ALPNProtocol extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ALPNProtocol(org.xnio.ChannelListener<org.xnio.ssl.SslConnection> selected, java.lang.String protocol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getProtocol()
org.xnio.ChannelListener<org.xnio.ssl.SslConnection>
getSelected()
-