Uses of Interface
org.glassfish.grizzly.npn.AlpnClientNegotiator
Packages that use AlpnClientNegotiator
-
Uses of AlpnClientNegotiator in org.glassfish.grizzly.http2
Methods in org.glassfish.grizzly.http2 that return AlpnClientNegotiatorModifier and TypeMethodDescriptionprotected AlpnClientNegotiatorHttp2ClientFilter.getClientAlpnNegotiator()Methods in org.glassfish.grizzly.http2 with parameters of type AlpnClientNegotiatorModifier and TypeMethodDescriptionvoidAlpnSupport.setClientSideNegotiator(Connection<?> connection, AlpnClientNegotiator negotiator) voidAlpnSupport.setClientSideNegotiator(Transport transport, AlpnClientNegotiator negotiator) -
Uses of AlpnClientNegotiator in org.glassfish.grizzly.npn
Methods in org.glassfish.grizzly.npn that return AlpnClientNegotiatorModifier and TypeMethodDescriptionstatic AlpnClientNegotiatorNegotiationSupport.getAlpnClientNegotiator(SSLEngine engine) static AlpnClientNegotiatorNegotiationSupport.removeAlpnClientNegotiator(SSLEngine engine) Disassociate theAlpnClientNegotiatorassociated with the specifiedSSLEngine.Methods in org.glassfish.grizzly.npn with parameters of type AlpnClientNegotiatorModifier and TypeMethodDescriptionstatic voidNegotiationSupport.addNegotiator(SSLEngine engine, AlpnClientNegotiator clientSideNegotiator) Add aAlpnClientNegotiatorthat will be invoked when handshake activity occurs against the specifiedSSLEngine.