Class ConscryptClientALPNProcessor.ALPNListener
java.lang.Object
org.eclipse.jetty.alpn.conscrypt.client.ConscryptClientALPNProcessor.ALPNListener
- All Implemented Interfaces:
EventListener
,org.eclipse.jetty.io.ssl.SslHandshakeListener
- Enclosing class:
ConscryptClientALPNProcessor
private final class ConscryptClientALPNProcessor.ALPNListener
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
-
ALPNListener
-
-
Method Details
-
handshakeSucceeded
public void handshakeSucceeded(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event) - Specified by:
handshakeSucceeded
in interfaceorg.eclipse.jetty.io.ssl.SslHandshakeListener
-