Package | Description |
---|---|
org.eclipse.jetty.alpn |
Modifier and Type | Interface | Description |
---|---|---|
static interface |
ALPN.ClientProvider |
The client-side provider interface that applications must
implement to interact with the negotiation of the protocol.
|
static interface |
ALPN.ServerProvider |
The server-side provider interface that applications must
implement to interact with the negotiation of the protocol.
|
Modifier and Type | Method | Description |
---|---|---|
static ALPN.Provider |
ALPN.get(SSLEngine engine) |
|
static ALPN.Provider |
ALPN.get(SSLSocket socket) |
|
static ALPN.Provider |
ALPN.remove(SSLEngine engine) |
Unregisters the given SSLEngine.
|
static ALPN.Provider |
ALPN.remove(SSLSocket socket) |
Unregisters the given SSLSocket.
|
Modifier and Type | Method | Description |
---|---|---|
static 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.
|
Copyright © 2018. All rights reserved.