Class JDK9ServerALPNProcessor
java.lang.Object
org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor
- All Implemented Interfaces:
EventListener
,org.eclipse.jetty.io.ssl.ALPNProcessor
,org.eclipse.jetty.io.ssl.ALPNProcessor.Server
,org.eclipse.jetty.io.ssl.SslHandshakeListener
public class JDK9ServerALPNProcessor
extends Object
implements org.eclipse.jetty.io.ssl.ALPNProcessor.Server, org.eclipse.jetty.io.ssl.SslHandshakeListener
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.eclipse.jetty.io.ssl.ALPNProcessor
org.eclipse.jetty.io.ssl.ALPNProcessor.Client, org.eclipse.jetty.io.ssl.ALPNProcessor.Server
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
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, handshakeSucceeded
-
Field Details
-
LOG
private static final org.eclipse.jetty.util.log.Logger LOG
-
-
Constructor Details
-
JDK9ServerALPNProcessor
public JDK9ServerALPNProcessor()
-
-
Method Details
-
init
public void init()- Specified by:
init
in interfaceorg.eclipse.jetty.io.ssl.ALPNProcessor
-
appliesTo
- Specified by:
appliesTo
in interfaceorg.eclipse.jetty.io.ssl.ALPNProcessor
-
configure
- Specified by:
configure
in interfaceorg.eclipse.jetty.io.ssl.ALPNProcessor
-