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