public class ALPNServerConnectionFactory
extends org.eclipse.jetty.server.NegotiatingServerConnectionFactory
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListenerorg.eclipse.jetty.server.ConnectionFactory.Detecting, org.eclipse.jetty.server.ConnectionFactory.Upgradingorg.eclipse.jetty.util.component.Container.InheritedListener, org.eclipse.jetty.util.component.Container.Listener| Modifier and Type | Field and Description |
|---|---|
private static String |
ALPN_PROTOCOL |
private org.eclipse.jetty.io.ssl.ALPNProcessor.Server |
processor |
| Constructor and Description |
|---|
ALPNServerConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.jetty.io.AbstractConnection |
newServerConnection(org.eclipse.jetty.server.Connector connector,
org.eclipse.jetty.io.EndPoint endPoint,
SSLEngine sslEngine,
List<String> protocols,
String defaultProtocol)
Create new Server Connection and configure the connection using ALPN Processor
|
getDefaultProtocol, getNegotiatedProtocols, newConnection, setDefaultProtocol, toStringconfigure, findNextProtocol, findNextProtocol, getFactories, getInputBufferSize, getProtocol, getProtocols, setInputBufferSizeaddBean, addBean, addEventListener, addManaged, contains, destroy, doStart, doStop, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpObjects, dumpStdErr, dumpThis, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisDumpableprivate static final String ALPN_PROTOCOL
private final org.eclipse.jetty.io.ssl.ALPNProcessor.Server processor
protected org.eclipse.jetty.io.AbstractConnection newServerConnection(org.eclipse.jetty.server.Connector connector,
org.eclipse.jetty.io.EndPoint endPoint,
SSLEngine sslEngine,
List<String> protocols,
String defaultProtocol)
newServerConnection in class org.eclipse.jetty.server.NegotiatingServerConnectionFactoryconnector - Connector for the ConnectionendPoint - End Point for the ConnectionsslEngine - SSL Engine for the Connectionprotocols - Application ProtocolsdefaultProtocol - Default Application ProtocolCopyright © 2023 Apache NiFi Project. All rights reserved.