java.util.EventListener
, ALPNProcessor
, ALPNProcessor.Server
, SslHandshakeListener
public class JDK9ServerALPNProcessor extends java.lang.Object implements ALPNProcessor.Server, SslHandshakeListener
ALPNProcessor.Client, ALPNProcessor.Server
SslHandshakeListener.Event
Constructor | Description |
---|---|
JDK9ServerALPNProcessor() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
appliesTo(javax.net.ssl.SSLEngine sslEngine) |
Tests if this processor can be applied to the given SSLEngine.
|
void |
configure(javax.net.ssl.SSLEngine sslEngine,
Connection connection) |
Configures the given SSLEngine and the given Connection for ALPN.
|
void |
init() |
Initializes this ALPNProcessor
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handshakeFailed, handshakeSucceeded
public void init()
ALPNProcessor
init
in interface ALPNProcessor
public boolean appliesTo(javax.net.ssl.SSLEngine sslEngine)
ALPNProcessor
appliesTo
in interface ALPNProcessor
sslEngine
- the SSLEngine to checkpublic void configure(javax.net.ssl.SSLEngine sslEngine, Connection connection)
ALPNProcessor
configure
in interface ALPNProcessor
sslEngine
- the SSLEngine to configureconnection
- the Connection to configureCopyright © 1995–2018 Webtide. All rights reserved.