Class AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.http2.SessionContainer
org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
- All Implemented Interfaces:
EventListener, Connection.Listener, Dumpable, Graceful, LifeCycle
- Enclosing class:
AbstractHTTP2ServerConnectionFactory
@Deprecated(since="12.0.21",
forRemoval=true)
public static class AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer
extends SessionContainer
Deprecated, for removal: This API element is subject to removal in a future version.
use SessionContainer instead
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListener, AbstractLifeCycle.StopExceptionNested classes/interfaces inherited from interface Dumpable
Dumpable.DumpableContainerNested classes/interfaces inherited from interface Graceful
Graceful.Shutdown, Graceful.ThrowingRunnableNested classes/interfaces inherited from interface LifeCycle
LifeCycle.Listener -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class SessionContainer
dump, getSessions, getSize, isShutdown, onClosed, onOpened, shutdown, toStringMethods inherited from class AbstractLifeCycle
addEventListener, doStart, doStop, getEventListeners, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeEventListener, setEventListeners, start, stop
-
Constructor Details
-
HTTP2SessionContainer
public HTTP2SessionContainer()Deprecated, for removal: This API element is subject to removal in a future version.
-