Index
All Classes and Interfaces|All Packages
A
- ALPN - Class in org.eclipse.jetty.alpn
-
ALPN
provides an API to applications that want to make use of the Application Layer Protocol Negotiation. - ALPN() - Constructor for class org.eclipse.jetty.alpn.ALPN
- ALPN.ClientProvider - Interface in org.eclipse.jetty.alpn
-
The client-side provider interface that applications must implement to interact with the negotiation of the protocol.
- ALPN.Provider - Interface in org.eclipse.jetty.alpn
-
Base, empty, interface for providers.
- ALPN.ServerProvider - Interface in org.eclipse.jetty.alpn
-
The server-side provider interface that applications must implement to interact with the negotiation of the protocol.
D
- debug - Static variable in class org.eclipse.jetty.alpn.ALPN
-
Flag that enables printing of debug statements to
System.err
.
G
- get(SSLEngine) - Static method in class org.eclipse.jetty.alpn.ALPN
- get(SSLSocket) - Static method in class org.eclipse.jetty.alpn.ALPN
O
- objects - Static variable in class org.eclipse.jetty.alpn.ALPN
- org.eclipse.jetty.alpn - package org.eclipse.jetty.alpn
P
- protocols() - Method in interface org.eclipse.jetty.alpn.ALPN.ClientProvider
-
Callback invoked to let the implementation know the list of protocols that should be added to the ALPN extension in a ClientHello TLS message.
- put(SSLEngine, ALPN.Provider) - Static method in class org.eclipse.jetty.alpn.ALPN
-
Registers a SSLEngine with a provider.
- put(SSLSocket, ALPN.Provider) - Static method in class org.eclipse.jetty.alpn.ALPN
-
Registers a SSLSocket with a provider.
R
- remove(SSLEngine) - Static method in class org.eclipse.jetty.alpn.ALPN
-
Unregisters the given SSLEngine.
- remove(SSLSocket) - Static method in class org.eclipse.jetty.alpn.ALPN
-
Unregisters the given SSLSocket.
S
- select(List<String>) - Method in interface org.eclipse.jetty.alpn.ALPN.ServerProvider
-
Callback invoked to let the server application select a protocol among the ones sent by the client.
- selected(String) - Method in interface org.eclipse.jetty.alpn.ALPN.ClientProvider
-
Callback invoked to let the client application know the protocol chosen by the server.
U
- unsupported() - Method in interface org.eclipse.jetty.alpn.ALPN.ClientProvider
-
Callback invoked to let the client application know that the server does not support ALPN.
- unsupported() - Method in interface org.eclipse.jetty.alpn.ALPN.ServerProvider
-
Callback invoked to let the server application know that the client does not support ALPN.
All Classes and Interfaces|All Packages