JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
D
G
O
P
R
S
U
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.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(SSLSocket)
- Static method in class org.eclipse.jetty.alpn.
ALPN
get(SSLEngine)
- Static method in class org.eclipse.jetty.alpn.
ALPN
O
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(SSLSocket, ALPN.Provider)
- Static method in class org.eclipse.jetty.alpn.
ALPN
Registers a SSLSocket with a provider.
put(SSLEngine, ALPN.Provider)
- Static method in class org.eclipse.jetty.alpn.
ALPN
Registers a SSLEngine with a provider.
R
remove(SSLSocket)
- Static method in class org.eclipse.jetty.alpn.
ALPN
Unregisters the given SSLSocket.
remove(SSLEngine)
- Static method in class org.eclipse.jetty.alpn.
ALPN
Unregisters the given SSLEngine.
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.
A
D
G
O
P
R
S
U
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 1995–2017
Mort Bay Consulting
. All rights reserved.