java.util.EventListener, ALPNProcessor.Server, SslHandshakeListenerpublic class JDK9ServerALPNProcessor extends java.lang.Object implements ALPNProcessor.Server, SslHandshakeListener
SslHandshakeListener.EventNOOP| Constructor | Description |
|---|---|
JDK9ServerALPNProcessor() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
configure(javax.net.ssl.SSLEngine sslEngine) |
|
void |
handshakeFailed(SslHandshakeListener.Event event,
java.lang.Throwable failure) |
|
void |
handshakeSucceeded(SslHandshakeListener.Event event) |
public void configure(javax.net.ssl.SSLEngine sslEngine)
configure in interface ALPNProcessor.Serverpublic void handshakeSucceeded(SslHandshakeListener.Event event)
handshakeSucceeded in interface SslHandshakeListenerpublic void handshakeFailed(SslHandshakeListener.Event event, java.lang.Throwable failure)
handshakeFailed in interface SslHandshakeListenerCopyright © 1995–2017 Webtide. All rights reserved.