public class OpenJDK8ServerALPNProcessor extends java.lang.Object implements ALPNProcessor.Server
ALPNProcessor.Client, ALPNProcessor.Server| Constructor and Description |
|---|
OpenJDK8ServerALPNProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(javax.net.ssl.SSLEngine sslEngine)
Tests if this processor can be applied to the given SSLEngine.
|
void |
configure(javax.net.ssl.SSLEngine sslEngine,
Connection connection)
Configures the given SSLEngine and the given Connection for ALPN.
|
void |
init()
Initializes this ALPNProcessor
|
public void init()
ALPNProcessorinit in interface ALPNProcessorpublic boolean appliesTo(javax.net.ssl.SSLEngine sslEngine)
ALPNProcessorappliesTo in interface ALPNProcessorsslEngine - the SSLEngine to checkpublic void configure(javax.net.ssl.SSLEngine sslEngine,
Connection connection)
ALPNProcessorconfigure in interface ALPNProcessorsslEngine - the SSLEngine to configureconnection - the Connection to configureCopyright © 1995–2021 Webtide. All rights reserved.