public class RawHTTP2ServerConnectionFactory extends AbstractHTTP2ServerConnectionFactory
Modifier and Type | Class and Description |
---|---|
private class |
RawHTTP2ServerConnectionFactory.RawServerSessionListener |
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
AbstractLifeCycle.AbstractLifeCycleListener
ConnectionFactory.Upgrading
Container.InheritedListener, Container.Listener
LifeCycle.Listener
Modifier and Type | Field and Description |
---|---|
private ServerSessionListener |
listener |
Constructor and Description |
---|
RawHTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration,
ServerSessionListener listener) |
RawHTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration,
ServerSessionListener listener,
java.lang.String... protocols) |
Modifier and Type | Method and Description |
---|---|
protected ServerSessionListener |
newSessionListener(Connector connector,
EndPoint endPoint) |
getFlowControlStrategyFactory, getHttpConfiguration, getInitialSessionRecvWindow, getInitialStreamRecvWindow, getMaxConcurrentStreams, getMaxDynamicTableSize, getMaxFrameLength, getMaxHeaderBlockFragment, getMaxSettingsKeys, getReservedThreads, getStreamIdleTimeout, newConnection, newServerParser, newSettings, setFlowControlStrategyFactory, setInitialSessionRecvWindow, setInitialStreamRecvWindow, setMaxConcurrentStreams, setMaxDynamicTableSize, setMaxFrameLength, setMaxHeaderBlockFragment, setMaxSettingsKeys, setReservedThreads, setStreamIdleTimeout
configure, getFactories, getInputBufferSize, getProtocol, getProtocols, setInputBufferSize, toString
addBean, 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
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
dumpObjects, dumpSelf
private final ServerSessionListener listener
public RawHTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration, ServerSessionListener listener)
public RawHTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration, ServerSessionListener listener, java.lang.String... protocols)
protected ServerSessionListener newSessionListener(Connector connector, EndPoint endPoint)
newSessionListener
in class AbstractHTTP2ServerConnectionFactory