Class ConscryptServerALPNProcessor
java.lang.Object
org.eclipse.jetty.alpn.conscrypt.server.ConscryptServerALPNProcessor
- 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.voidinit()Initializes this ALPNProcessor 
- 
Constructor Details
- 
ConscryptServerALPNProcessor
public ConscryptServerALPNProcessor() 
 - 
 - 
Method Details
- 
init
public void init()Description copied from interface:ALPNProcessorInitializes this ALPNProcessor- Specified by:
 initin interfaceALPNProcessor
 - 
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
 
 -