Class JDK9ServerALPNProcessor
- java.lang.Object
-
- org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor
-
- All Implemented Interfaces:
EventListener,ALPNProcessor.Server,SslHandshakeListener
public class JDK9ServerALPNProcessor extends Object implements ALPNProcessor.Server, SslHandshakeListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ssl.SslHandshakeListener
SslHandshakeListener.Event
-
-
Field Summary
-
Fields inherited from interface org.eclipse.jetty.io.ssl.ALPNProcessor.Server
NOOP
-
-
Constructor Summary
Constructors Constructor Description JDK9ServerALPNProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(SSLEngine sslEngine)voidhandshakeFailed(SslHandshakeListener.Event event, Throwable failure)voidhandshakeSucceeded(SslHandshakeListener.Event event)
-
-
-
Method Detail
-
configure
public void configure(SSLEngine sslEngine)
- Specified by:
configurein interfaceALPNProcessor.Server
-
handshakeSucceeded
public void handshakeSucceeded(SslHandshakeListener.Event event)
- Specified by:
handshakeSucceededin interfaceSslHandshakeListener
-
handshakeFailed
public void handshakeFailed(SslHandshakeListener.Event event, Throwable failure)
- Specified by:
handshakeFailedin interfaceSslHandshakeListener
-
-