public class UnifiedConnectionFactory
extends org.eclipse.jetty.server.AbstractConnectionFactory
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
org.eclipse.jetty.server.ConnectionFactory.Detecting, org.eclipse.jetty.server.ConnectionFactory.Upgrading
org.eclipse.jetty.util.component.Container.InheritedListener, org.eclipse.jetty.util.component.Container.Listener
Constructor and Description |
---|
UnifiedConnectionFactory(org.eclipse.jetty.util.ssl.SslContextFactory factory,
String nextProtocol) |
UnifiedConnectionFactory(String nextProtocol) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart() |
org.eclipse.jetty.io.Connection |
newConnection(org.eclipse.jetty.server.Connector connector,
org.eclipse.jetty.io.EndPoint realEndPoint) |
protected org.eclipse.jetty.io.ssl.SslConnection |
newSslConnection(org.eclipse.jetty.server.Connector connector,
org.eclipse.jetty.io.EndPoint endPoint,
SSLEngine engine) |
String |
toString() |
configure, findNextProtocol, findNextProtocol, getFactories, getInputBufferSize, getProtocol, getProtocols, setInputBufferSize
addBean, addBean, addEventListener, addManaged, contains, destroy, 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, updateBeans
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isDumpable
public UnifiedConnectionFactory(String nextProtocol)
public UnifiedConnectionFactory(org.eclipse.jetty.util.ssl.SslContextFactory factory, String nextProtocol)
protected void doStart() throws Exception
doStart
in class org.eclipse.jetty.util.component.ContainerLifeCycle
Exception
public org.eclipse.jetty.io.Connection newConnection(org.eclipse.jetty.server.Connector connector, org.eclipse.jetty.io.EndPoint realEndPoint)
protected org.eclipse.jetty.io.ssl.SslConnection newSslConnection(org.eclipse.jetty.server.Connector connector, org.eclipse.jetty.io.EndPoint endPoint, SSLEngine engine)
public String toString()
toString
in class org.eclipse.jetty.server.AbstractConnectionFactory
Copyright © 2008–2023 The Apache Software Foundation. All rights reserved.