Class OpenJDK8ClientALPNProcessor.ALPNSSLListener
java.lang.Object
org.eclipse.jetty.alpn.openjdk8.client.OpenJDK8ClientALPNProcessor.ALPNSSLListener
- All Implemented Interfaces:
EventListener
,org.eclipse.jetty.io.ssl.SslHandshakeListener
- Enclosing class:
OpenJDK8ClientALPNProcessor
private final class OpenJDK8ClientALPNProcessor.ALPNSSLListener
extends Object
implements org.eclipse.jetty.io.ssl.SslHandshakeListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ssl.SslHandshakeListener
org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handshakeSucceeded
(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.io.ssl.SslHandshakeListener
handshakeFailed
-
Field Details
-
alpnConnection
-
-
Constructor Details
-
ALPNSSLListener
-
-
Method Details
-
handshakeSucceeded
public void handshakeSucceeded(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event) throws SSLException - Specified by:
handshakeSucceeded
in interfaceorg.eclipse.jetty.io.ssl.SslHandshakeListener
- Throws:
SSLException
-