Class OpenJDK8ServerALPNProcessor.ALPNCallback
java.lang.Object
org.eclipse.jetty.alpn.openjdk8.server.OpenJDK8ServerALPNProcessor.ALPNCallback
- All Implemented Interfaces:
EventListener
,BiFunction<SSLEngine,
,List<String>, String> org.eclipse.jetty.io.ssl.SslHandshakeListener
- Enclosing class:
OpenJDK8ServerALPNProcessor
-
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
handshakeFailed
(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event, Throwable failure) void
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 java.util.function.BiFunction
andThen
-
Field Details
-
alpnConnection
-
-
Constructor Details
-
ALPNCallback
-
-
Method Details
-
apply
-
handshakeSucceeded
public void handshakeSucceeded(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event) - Specified by:
handshakeSucceeded
in interfaceorg.eclipse.jetty.io.ssl.SslHandshakeListener
-
handshakeFailed
public void handshakeFailed(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event, Throwable failure) - Specified by:
handshakeFailed
in interfaceorg.eclipse.jetty.io.ssl.SslHandshakeListener
-