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