public class StandardALPNProcessor extends Object implements org.eclipse.jetty.io.ssl.ALPNProcessor.Server, org.eclipse.jetty.io.ssl.SslHandshakeListener
| Modifier and Type | Class and Description |
|---|---|
private static class |
StandardALPNProcessor.ProtocolSelector |
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
StandardALPNProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(SSLEngine sslEngine)
Applies to SSL Engine instances regardless of implementation
|
void |
configure(SSLEngine sslEngine,
org.eclipse.jetty.io.Connection connection)
Configure ALPN negotiation for Connection
|
public boolean appliesTo(SSLEngine sslEngine)
appliesTo in interface org.eclipse.jetty.io.ssl.ALPNProcessorsslEngine - SSL Engine to be evaluatedpublic void configure(SSLEngine sslEngine, org.eclipse.jetty.io.Connection connection)
configure in interface org.eclipse.jetty.io.ssl.ALPNProcessorsslEngine - SSL Engine to be configuredconnection - Connection to be configuredCopyright © 2022 Apache NiFi Project. All rights reserved.