Class OpenJDK8ServerALPNProcessor
- java.lang.Object
-
- org.eclipse.jetty.alpn.openjdk8.server.OpenJDK8ServerALPNProcessor
-
- All Implemented Interfaces:
ALPNProcessor,ALPNProcessor.Server
public class OpenJDK8ServerALPNProcessor extends java.lang.Object implements ALPNProcessor.Server
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ssl.ALPNProcessor
ALPNProcessor.Client, ALPNProcessor.Server
-
-
Constructor Summary
Constructors Constructor Description OpenJDK8ServerALPNProcessor()
-
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()
-
-
-
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
-
-