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()
ALPNProcessor
init
in interface ALPNProcessor
public boolean appliesTo(javax.net.ssl.SSLEngine sslEngine)
ALPNProcessor
appliesTo
in interface ALPNProcessor
sslEngine
- the SSLEngine to checkpublic void configure(javax.net.ssl.SSLEngine sslEngine, Connection connection)
ALPNProcessor
configure
in interface ALPNProcessor
sslEngine
- the SSLEngine to configureconnection
- the Connection to configureCopyright © 1995–2023 Webtide. All rights reserved.