Class JDK9ServerALPNProcessor.ALPNCallback
java.lang.Object
org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor.ALPNCallback
- All Implemented Interfaces:
EventListener,BiFunction<SSLEngine,,List<String>, String> org.eclipse.jetty.io.ssl.SslHandshakeListener
- Enclosing class:
JDK9ServerALPNProcessor
-
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 TypeMethodDescriptionvoidhandshakeFailed(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event, Throwable failure) voidhandshakeSucceeded(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, waitMethods 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:
handshakeSucceededin interfaceorg.eclipse.jetty.io.ssl.SslHandshakeListener
-
handshakeFailed
public void handshakeFailed(org.eclipse.jetty.io.ssl.SslHandshakeListener.Event event, Throwable failure) - Specified by:
handshakeFailedin interfaceorg.eclipse.jetty.io.ssl.SslHandshakeListener
-