public class ALPNClientSelector extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ALPNClientSelector.ALPNProtocol |
Modifier and Type | Method and Description |
---|---|
static boolean |
isEnabled() |
static void |
runAlpn(org.xnio.ssl.SslConnection connection,
org.xnio.ChannelListener<org.xnio.ssl.SslConnection> fallback,
ClientCallback<ClientConnection> failedListener,
ALPNClientSelector.ALPNProtocol... details) |
public static void runAlpn(org.xnio.ssl.SslConnection connection, org.xnio.ChannelListener<org.xnio.ssl.SslConnection> fallback, ClientCallback<ClientConnection> failedListener, ALPNClientSelector.ALPNProtocol... details)
public static boolean isEnabled()
Copyright © 2023 JBoss by Red Hat. All rights reserved.