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