Package | Description |
---|---|
org.glassfish.grizzly.npn |
Modifier and Type | Method and Description |
---|---|
static AlpnClientNegotiator |
NegotiationSupport.getAlpnClientNegotiator(SSLEngine engine) |
static AlpnClientNegotiator |
NegotiationSupport.removeAlpnClientNegotiator(SSLEngine engine)
Disassociate the
AlpnClientNegotiator associated with the specified
SSLEngine . |
Modifier and Type | Method and Description |
---|---|
static void |
NegotiationSupport.addNegotiator(SSLEngine engine,
AlpnClientNegotiator clientSideNegotiator)
Add a
AlpnClientNegotiator that will be invoked when handshake
activity occurs against the specified SSLEngine . |
Copyright © 2015 Oracle Corporation. All rights reserved.