Uses of Interface
org.glassfish.grizzly.npn.ClientSideNegotiator
Packages that use ClientSideNegotiator
-
Uses of ClientSideNegotiator in org.glassfish.grizzly.npn
Methods in org.glassfish.grizzly.npn that return ClientSideNegotiatorModifier and TypeMethodDescriptionstatic ClientSideNegotiatorNegotiationSupport.getClientSideNegotiator(SSLEngine engine) static ClientSideNegotiatorNegotiationSupport.removeClientNegotiator(SSLEngine engine) Disassociate theClientSideNegotiatorassociated with the specifiedSSLEngine.Methods in org.glassfish.grizzly.npn with parameters of type ClientSideNegotiatorModifier and TypeMethodDescriptionstatic voidNegotiationSupport.addNegotiator(SSLEngine engine, ClientSideNegotiator clientSideNegotiator) Add aClientSideNegotiatorthat will be invoked when handshake activity occurs against the specifiedSSLEngine.