Class BouncyCastleServerALPNProcessor
java.lang.Object
org.eclipse.jetty.alpn.bouncycastle.server.BouncyCastleServerALPNProcessor
- All Implemented Interfaces:
ALPNProcessor, ALPNProcessor.Server
-
Nested Class Summary
Nested classes/interfaces inherited from interface ALPNProcessor
ALPNProcessor.Client, ALPNProcessor.Server -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTests if this processor can be applied to the given SSLEngine.voidconfigure(SSLEngine sslEngine, Connection connection) Configures the given SSLEngine and the given Connection for ALPN.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ALPNProcessor
init
-
Constructor Details
-
BouncyCastleServerALPNProcessor
public BouncyCastleServerALPNProcessor()
-
-
Method Details
-
appliesTo
Description copied from interface:ALPNProcessorTests if this processor can be applied to the given SSLEngine.- Specified by:
appliesToin interfaceALPNProcessor- Parameters:
sslEngine- the SSLEngine to check- Returns:
- true if the processor can be applied to the given SSLEngine
-
configure
Description copied from interface:ALPNProcessorConfigures the given SSLEngine and the given Connection for ALPN.- Specified by:
configurein interfaceALPNProcessor- Parameters:
sslEngine- the SSLEngine to configureconnection- the Connection to configure
-