Skip navigation links
A C G N O P R S W 

A

addNegotiator(SSLEngine, ServerSideNegotiator) - Static method in class org.glassfish.grizzly.npn.NegotiationSupport
Add a ServerSideNegotiator that will be invoked when handshake activity occurs against the specified SSLEngine.
addNegotiator(SSLEngine, ClientSideNegotiator) - Static method in class org.glassfish.grizzly.npn.NegotiationSupport
Add a ClientSideNegotiator that will be invoked when handshake activity occurs against the specified SSLEngine.
addNegotiator(SSLEngine, AlpnServerNegotiator) - Static method in class org.glassfish.grizzly.npn.NegotiationSupport
Add a AlpnServerNegotiator that will be invoked when handshake activity occurs against the specified SSLEngine.
addNegotiator(SSLEngine, AlpnClientNegotiator) - Static method in class org.glassfish.grizzly.npn.NegotiationSupport
Add a AlpnClientNegotiator that will be invoked when handshake activity occurs against the specified SSLEngine.
AlpnClientNegotiator - Interface in org.glassfish.grizzly.npn
TODO Docs
AlpnServerNegotiator - Interface in org.glassfish.grizzly.npn
 

C

ClientSideNegotiator - Interface in org.glassfish.grizzly.npn
Provides a set of callbacks that will be invoked when negotiation NPN on the client side.

G

getAlpnClientNegotiator(SSLEngine) - Static method in class org.glassfish.grizzly.npn.NegotiationSupport
 
getAlpnServerNegotiator(SSLEngine) - Static method in class org.glassfish.grizzly.npn.NegotiationSupport
 
getClientSideNegotiator(SSLEngine) - Static method in class org.glassfish.grizzly.npn.NegotiationSupport
 
getProtocols(SSLEngine) - Method in interface org.glassfish.grizzly.npn.AlpnClientNegotiator
 
getServerSideNegotiator(SSLEngine) - Static method in class org.glassfish.grizzly.npn.NegotiationSupport
 
GrizzlyNPN - Interface in sun.security.ssl
This is simply a marker interface to allow Grizzly, or other run-times, to detect that this NPN implementation is available.

N

NegotiationSupport - Class in org.glassfish.grizzly.npn
Utility class to register, obtain, and/or remove Client/Server NPN/ALPN negotiator instances.
NegotiationSupport() - Constructor for class org.glassfish.grizzly.npn.NegotiationSupport
 

O

onNoDeal(SSLEngine) - Method in interface org.glassfish.grizzly.npn.ClientSideNegotiator
This will be invoked if no protocols are returned from the server or selectProtocol returns null.
onNoDeal(SSLEngine) - Method in interface org.glassfish.grizzly.npn.ServerSideNegotiator
Invoked when the client selects none of the supported protocols.
onSuccess(SSLEngine, String) - Method in interface org.glassfish.grizzly.npn.ServerSideNegotiator
Invoked when the client selects one of the supported protocols.
org.glassfish.grizzly.npn - package org.glassfish.grizzly.npn
 

P

protocolSelected(SSLEngine, String) - Method in interface org.glassfish.grizzly.npn.AlpnClientNegotiator
 

R

removeAlpnClientNegotiator(SSLEngine) - Static method in class org.glassfish.grizzly.npn.NegotiationSupport
Disassociate the AlpnClientNegotiator associated with the specified SSLEngine.
removeAlpnServerNegotiator(SSLEngine) - Static method in class org.glassfish.grizzly.npn.NegotiationSupport
Disassociate the AlpnServerNegotiator associated with the specified SSLEngine.
removeClientNegotiator(SSLEngine) - Static method in class org.glassfish.grizzly.npn.NegotiationSupport
Disassociate the ClientSideNegotiator associated with the specified SSLEngine.
removeServerNegotiator(SSLEngine) - Static method in class org.glassfish.grizzly.npn.NegotiationSupport
Disassociate the ServerSideNegotiator associated with the specified SSLEngine.

S

selectProtocol(SSLEngine, String[]) - Method in interface org.glassfish.grizzly.npn.AlpnServerNegotiator
 
selectProtocol(SSLEngine, LinkedHashSet<String>) - Method in interface org.glassfish.grizzly.npn.ClientSideNegotiator
Select and return a single protocol from the provided set of protocols.
ServerSideNegotiator - Interface in org.glassfish.grizzly.npn
Provides a set of callbacks that will be invoked when negotiation NPN on the server side.
sun.security.ssl - package sun.security.ssl
 
supportedProtocols(SSLEngine) - Method in interface org.glassfish.grizzly.npn.ServerSideNegotiator
 

W

wantNegotiate(SSLEngine) - Method in interface org.glassfish.grizzly.npn.ClientSideNegotiator
 
A C G N O P R S W 
Skip navigation links

Copyright © 2015 Oracle Corporation. All rights reserved.