Class JDK9ServerALPNProcessor
- java.lang.Object
-
- org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor
-
- All Implemented Interfaces:
java.util.EventListener,ALPNProcessor,ALPNProcessor.Server,SslHandshakeListener
public class JDK9ServerALPNProcessor extends java.lang.Object implements ALPNProcessor.Server, SslHandshakeListener
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ssl.ALPNProcessor
ALPNProcessor.Client, ALPNProcessor.Server
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ssl.SslHandshakeListener
SslHandshakeListener.Event
-
-
Constructor Summary
Constructors Constructor Description JDK9ServerALPNProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanappliesTo(javax.net.ssl.SSLEngine sslEngine)voidconfigure(javax.net.ssl.SSLEngine sslEngine, Connection connection)voidinit()-
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
-
-
-
-
Method Detail
-
init
public void init()
- Specified by:
initin interfaceALPNProcessor
-
appliesTo
public boolean appliesTo(javax.net.ssl.SSLEngine sslEngine)
- Specified by:
appliesToin interfaceALPNProcessor
-
configure
public void configure(javax.net.ssl.SSLEngine sslEngine, Connection connection)- Specified by:
configurein interfaceALPNProcessor
-
-