Class JDK9ClientALPNProcessor.ALPNListener
- java.lang.Object
-
- org.eclipse.jetty.alpn.java.client.JDK9ClientALPNProcessor.ALPNListener
-
- All Implemented Interfaces:
java.util.EventListener
,org.eclipse.jetty.io.ssl.SslHandshakeListener
- Enclosing class:
- JDK9ClientALPNProcessor
private static final class JDK9ClientALPNProcessor.ALPNListener extends java.lang.Object implements org.eclipse.jetty.io.ssl.SslHandshakeListener
-
-
Field Summary
Fields Modifier and Type Field Description private ALPNClientConnection
alpnConnection
-
Constructor Summary
Constructors Modifier Constructor Description private
ALPNListener(ALPNClientConnection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handshakeSucceeded(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event)
-
-
-
Field Detail
-
alpnConnection
private final ALPNClientConnection alpnConnection
-
-
Constructor Detail
-
ALPNListener
private ALPNListener(ALPNClientConnection connection)
-
-