Package org.eclipse.jetty.http2.server
Class AbstractHTTP2ServerConnectionFactory
- java.lang.Object
-
- org.eclipse.jetty.util.component.AbstractLifeCycle
-
- org.eclipse.jetty.util.component.ContainerLifeCycle
-
- org.eclipse.jetty.server.AbstractConnectionFactory
-
- org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
-
- All Implemented Interfaces:
ConnectionFactory
,Container
,Destroyable
,Dumpable
,Dumpable.DumpableContainer
,LifeCycle
- Direct Known Subclasses:
HTTP2ServerConnectionFactory
,RawHTTP2ServerConnectionFactory
@ManagedObject public abstract class AbstractHTTP2ServerConnectionFactory extends AbstractConnectionFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
-
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 Modifier Constructor Description AbstractHTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration)
protected
AbstractHTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration, java.lang.String... protocols)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FlowControlStrategy.Factory
getFlowControlStrategyFactory()
HttpConfiguration
getHttpConfiguration()
int
getInitialSessionRecvWindow()
int
getInitialStreamRecvWindow()
int
getMaxConcurrentStreams()
int
getMaxDecoderTableCapacity()
int
getMaxDynamicTableSize()
Deprecated.int
getMaxEncoderTableCapacity()
int
getMaxFrameLength()
Deprecated.int
getMaxFrameSize()
int
getMaxHeaderBlockFragment()
int
getMaxSettingsKeys()
RateControl
getRateControl()
Deprecated.usegetRateControlFactory()
insteadRateControl.Factory
getRateControlFactory()
int
getReservedThreads()
Deprecated.feature removed, no replacementlong
getStreamIdleTimeout()
Connection
newConnection(Connector connector, EndPoint endPoint)
Creates a newConnection
with the given parametersprotected ServerParser
newServerParser(Connector connector, RateControl rateControl)
protected ServerParser
newServerParser(Connector connector, ServerParser.Listener listener, RateControl rateControl)
Deprecated.protected abstract ServerSessionListener
newSessionListener(Connector connector, EndPoint endPoint)
protected java.util.Map<java.lang.Integer,java.lang.Integer>
newSettings()
void
setFlowControlStrategyFactory(FlowControlStrategy.Factory flowControlStrategyFactory)
void
setInitialSessionRecvWindow(int initialSessionRecvWindow)
void
setInitialStreamRecvWindow(int initialStreamRecvWindow)
void
setMaxConcurrentStreams(int maxConcurrentStreams)
void
setMaxDecoderTableCapacity(int maxDecoderTableCapacity)
void
setMaxDynamicTableSize(int maxDynamicTableSize)
Deprecated.void
setMaxEncoderTableCapacity(int maxEncoderTableCapacity)
Sets the limit for the encoder HPACK dynamic table capacity.void
setMaxFrameLength(int maxFrameLength)
Deprecated.void
setMaxFrameSize(int maxFrameSize)
void
setMaxHeaderBlockFragment(int maxHeaderBlockFragment)
void
setMaxSettingsKeys(int maxSettingsKeys)
void
setRateControl(RateControl rateControl)
Deprecated.usesetRateControlFactory(RateControl.Factory)
insteadvoid
setRateControlFactory(RateControl.Factory rateControlFactory)
Sets the factory that creates a per-connection RateControl object.void
setReservedThreads(int threads)
Deprecated.feature removed, no replacementvoid
setStreamIdleTimeout(long streamIdleTimeout)
-
Methods inherited from class org.eclipse.jetty.server.AbstractConnectionFactory
configure, findNextProtocol, findNextProtocol, getFactories, getInputBufferSize, getProtocol, getProtocols, setInputBufferSize, toString
-
Methods inherited from class org.eclipse.jetty.util.component.ContainerLifeCycle
addBean, 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, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.util.component.Dumpable.DumpableContainer
isDumpable
-
-
-
-
Constructor Detail
-
AbstractHTTP2ServerConnectionFactory
public AbstractHTTP2ServerConnectionFactory(@Name("config") HttpConfiguration httpConfiguration)
-
AbstractHTTP2ServerConnectionFactory
protected AbstractHTTP2ServerConnectionFactory(@Name("config") HttpConfiguration httpConfiguration, @Name("protocols") java.lang.String... protocols)
-
-
Method Detail
-
getMaxDynamicTableSize
@Deprecated @ManagedAttribute("The HPACK dynamic table maximum size") public int getMaxDynamicTableSize()
Deprecated.
-
setMaxDynamicTableSize
@Deprecated public void setMaxDynamicTableSize(int maxDynamicTableSize)
Deprecated.
-
getMaxEncoderTableCapacity
@ManagedAttribute("The HPACK encoder dynamic table maximum capacity") public int getMaxEncoderTableCapacity()
-
setMaxEncoderTableCapacity
public void setMaxEncoderTableCapacity(int maxEncoderTableCapacity)
Sets the limit for the encoder HPACK dynamic table capacity.
Setting this value to
0
disables the use of the dynamic table.- Parameters:
maxEncoderTableCapacity
- The HPACK encoder dynamic table maximum capacity
-
getMaxDecoderTableCapacity
@ManagedAttribute("The HPACK decoder dynamic table maximum capacity") public int getMaxDecoderTableCapacity()
-
setMaxDecoderTableCapacity
public void setMaxDecoderTableCapacity(int maxDecoderTableCapacity)
-
getInitialSessionRecvWindow
@ManagedAttribute("The initial size of session\'s flow control receive window") public int getInitialSessionRecvWindow()
-
setInitialSessionRecvWindow
public void setInitialSessionRecvWindow(int initialSessionRecvWindow)
-
getInitialStreamRecvWindow
@ManagedAttribute("The initial size of stream\'s flow control receive window") public int getInitialStreamRecvWindow()
-
setInitialStreamRecvWindow
public void setInitialStreamRecvWindow(int initialStreamRecvWindow)
-
getMaxConcurrentStreams
@ManagedAttribute("The max number of concurrent streams per session") public int getMaxConcurrentStreams()
-
setMaxConcurrentStreams
public void setMaxConcurrentStreams(int maxConcurrentStreams)
-
getMaxHeaderBlockFragment
@ManagedAttribute("The max header block fragment") public int getMaxHeaderBlockFragment()
-
setMaxHeaderBlockFragment
public void setMaxHeaderBlockFragment(int maxHeaderBlockFragment)
-
getFlowControlStrategyFactory
public FlowControlStrategy.Factory getFlowControlStrategyFactory()
-
setFlowControlStrategyFactory
public void setFlowControlStrategyFactory(FlowControlStrategy.Factory flowControlStrategyFactory)
-
getStreamIdleTimeout
@ManagedAttribute("The stream idle timeout in milliseconds") public long getStreamIdleTimeout()
-
setStreamIdleTimeout
public void setStreamIdleTimeout(long streamIdleTimeout)
-
getMaxFrameLength
@Deprecated @ManagedAttribute("The max frame length in bytes") public int getMaxFrameLength()
Deprecated.
-
setMaxFrameLength
@Deprecated public void setMaxFrameLength(int maxFrameLength)
Deprecated.
-
getMaxFrameSize
@ManagedAttribute("The max frame size in bytes") public int getMaxFrameSize()
-
setMaxFrameSize
public void setMaxFrameSize(int maxFrameSize)
-
getMaxSettingsKeys
@ManagedAttribute("The max number of keys in all SETTINGS frames") public int getMaxSettingsKeys()
-
setMaxSettingsKeys
public void setMaxSettingsKeys(int maxSettingsKeys)
-
getRateControl
@Deprecated public RateControl getRateControl()
Deprecated.usegetRateControlFactory()
instead- Returns:
- null
-
setRateControl
@Deprecated public void setRateControl(RateControl rateControl)
Deprecated.usesetRateControlFactory(RateControl.Factory)
instead- Parameters:
rateControl
- ignored, unlessrateControl
it is precisely a WindowRateControl (not a subclass) object in which case it is used as a prototype in a WindowRateControl.Factory.- Throws:
java.lang.UnsupportedOperationException
- when invoked, unless precisely a WindowRateControl object
-
getRateControlFactory
public RateControl.Factory getRateControlFactory()
- Returns:
- the factory that creates RateControl objects
-
setRateControlFactory
public void setRateControlFactory(RateControl.Factory rateControlFactory)
Sets the factory that creates a per-connection RateControl object.
- Parameters:
rateControlFactory
- the factory that creates RateControl objects
-
getReservedThreads
@Deprecated public int getReservedThreads()
Deprecated.feature removed, no replacement- Returns:
- -1
-
setReservedThreads
@Deprecated public void setReservedThreads(int threads)
Deprecated.feature removed, no replacement- Parameters:
threads
- ignored- Throws:
java.lang.UnsupportedOperationException
- when invoked
-
getHttpConfiguration
public HttpConfiguration getHttpConfiguration()
-
newSettings
protected java.util.Map<java.lang.Integer,java.lang.Integer> newSettings()
-
newConnection
public Connection newConnection(Connector connector, EndPoint endPoint)
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
-
newSessionListener
protected abstract ServerSessionListener newSessionListener(Connector connector, EndPoint endPoint)
-
newServerParser
@Deprecated protected ServerParser newServerParser(Connector connector, ServerParser.Listener listener, RateControl rateControl)
Deprecated.
-
newServerParser
protected ServerParser newServerParser(Connector connector, RateControl rateControl)
-
-