JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
D
G
N
O
P
R
S
U
D
debug
- Static variable in class org.eclipse.jetty.npn.
NextProtoNego
Enables debug logging on
System.err
.
G
get(SSLSocket)
- Static method in class org.eclipse.jetty.npn.
NextProtoNego
get(SSLEngine)
- Static method in class org.eclipse.jetty.npn.
NextProtoNego
N
NextProtoNego
- Class in
org.eclipse.jetty.npn
NextProtoNego
provides an API to applications that want to make use of the
Next Protocol Negotiation
.
NextProtoNego.ClientProvider
- Interface in
org.eclipse.jetty.npn
The client-side provider interface that applications must implement to interact with the negotiation of the next protocol.
NextProtoNego.Provider
- Interface in
org.eclipse.jetty.npn
Base, empty, interface for providers.
NextProtoNego.ServerProvider
- Interface in
org.eclipse.jetty.npn
The server-side provider interface that applications must implement to interact with the negotiation of the next protocol.
O
org.eclipse.jetty.npn
- package org.eclipse.jetty.npn
P
protocols()
- Method in interface org.eclipse.jetty.npn.
NextProtoNego.ServerProvider
Callback invoked to let the implementation know the list of protocols that should be added to an NPN extension in a ServerHello SSL message.
protocolSelected(String)
- Method in interface org.eclipse.jetty.npn.
NextProtoNego.ServerProvider
Callback invoked to let the application know the protocol selected by the client.
put(SSLSocket, NextProtoNego.Provider)
- Static method in class org.eclipse.jetty.npn.
NextProtoNego
Registers a SSLSocket with a provider.
put(SSLEngine, NextProtoNego.Provider)
- Static method in class org.eclipse.jetty.npn.
NextProtoNego
Registers a SSLEngine with a provider.
R
remove(SSLSocket)
- Static method in class org.eclipse.jetty.npn.
NextProtoNego
Unregisters the given SSLSocket.
remove(SSLEngine)
- Static method in class org.eclipse.jetty.npn.
NextProtoNego
Unregisters the given SSLEngine.
S
selectProtocol(List<String>)
- Method in interface org.eclipse.jetty.npn.
NextProtoNego.ClientProvider
Callback invoked to let the application select a protocol among the ones sent by the server.
supports()
- Method in interface org.eclipse.jetty.npn.
NextProtoNego.ClientProvider
Callback invoked to let the implementation know whether an empty NPN extension should be added to a ClientHello SSL message.
U
unsupported()
- Method in interface org.eclipse.jetty.npn.
NextProtoNego.ClientProvider
Callback invoked to let the application know that the server does not support NPN.
unsupported()
- Method in interface org.eclipse.jetty.npn.
NextProtoNego.ServerProvider
Callback invoked to let the application know that the client does not support NPN.
D
G
N
O
P
R
S
U
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 1995-2014
Mort Bay Consulting
. All Rights Reserved.