Package org.eclipse.jetty.server
Class NegotiatingServerConnectionFactory
- java.lang.Object
-
- org.eclipse.jetty.util.component.AbstractLifeCycle
-
- org.eclipse.jetty.util.component.ContainerLifeCycle
-
- org.eclipse.jetty.server.AbstractConnectionFactory
-
- org.eclipse.jetty.server.NegotiatingServerConnectionFactory
-
- All Implemented Interfaces:
ConnectionFactory
,Container
,Destroyable
,Dumpable
,Dumpable.DumpableContainer
,LifeCycle
@Deprecated(since="2021-05-27") public abstract class NegotiatingServerConnectionFactory extends AbstractConnectionFactory
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListener
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.server.ConnectionFactory
ConnectionFactory.Detecting, ConnectionFactory.Upgrading
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Container
Container.InheritedListener, Container.Listener
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener
-
-
Constructor Summary
Constructors Constructor Description NegotiatingServerConnectionFactory(java.lang.String protocol, java.lang.String... negotiatedProtocols)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getDefaultProtocol()
Deprecated.java.util.List<java.lang.String>
getNegotiatedProtocols()
Deprecated.Connection
newConnection(Connector connector, EndPoint endPoint)
Deprecated.Creates a newConnection
with the given parametersvoid
setDefaultProtocol(java.lang.String defaultProtocol)
Deprecated.java.lang.String
toString()
Deprecated.-
Methods inherited from class org.eclipse.jetty.server.AbstractConnectionFactory
getFactories, getInputBufferSize, getProtocol, getProtocols, setInputBufferSize
-
Methods inherited from class org.eclipse.jetty.util.component.ContainerLifeCycle
addBean, addBean, addEventListener, addManaged, contains, destroy, dump, dump, dump, dump, dump, dumpObject, dumpStdErr, getBean, getBeans, getBeans, getContainedBeans, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, unmanage, updateBean, updateBean, updateBeans
-
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.util.component.Dumpable.DumpableContainer
isDumpable
-
-
-
-
Method Detail
-
getDefaultProtocol
public java.lang.String getDefaultProtocol()
Deprecated.
-
setDefaultProtocol
public void setDefaultProtocol(java.lang.String defaultProtocol)
Deprecated.
-
getNegotiatedProtocols
public java.util.List<java.lang.String> getNegotiatedProtocols()
Deprecated.
-
newConnection
public Connection newConnection(Connector connector, EndPoint endPoint)
Deprecated.Description copied from interface:ConnectionFactory
Creates a new
Connection
with the given parameters- Parameters:
connector
- TheConnector
creating this connectionendPoint
- theEndPoint
associated with the connection- Returns:
- a new
Connection
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classAbstractConnectionFactory
-
-