Uses of Interface
org.eclipse.jetty.alpn.ALPN.Provider
-
Uses of ALPN.Provider in org.eclipse.jetty.alpn
Subinterfaces of ALPN.Provider in org.eclipse.jetty.alpnModifier and TypeInterfaceDescriptionstatic interface
The client-side provider interface that applications must implement to interact with the negotiation of the protocol.static interface
The server-side provider interface that applications must implement to interact with the negotiation of the protocol.Fields in org.eclipse.jetty.alpn with type parameters of type ALPN.ProviderMethods in org.eclipse.jetty.alpn that return ALPN.ProviderModifier and TypeMethodDescriptionstatic ALPN.Provider
static ALPN.Provider
static ALPN.Provider
Unregisters the given SSLEngine.static ALPN.Provider
Unregisters the given SSLSocket.Methods in org.eclipse.jetty.alpn with parameters of type ALPN.ProviderModifier and TypeMethodDescriptionstatic void
ALPN.put
(SSLEngine engine, ALPN.Provider provider) Registers a SSLEngine with a provider.static void
ALPN.put
(SSLSocket socket, ALPN.Provider provider) Registers a SSLSocket with a provider.