Package org.eclipse.jetty.http3.server
Class AbstractHTTP3ServerConnectionFactory
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.ContainerLifeCycle
org.eclipse.jetty.server.AbstractConnectionFactory
org.eclipse.jetty.http3.server.AbstractHTTP3ServerConnectionFactory
- All Implemented Interfaces:
org.eclipse.jetty.quic.common.ProtocolSession.Factory,org.eclipse.jetty.server.ConnectionFactory,org.eclipse.jetty.util.component.Container,org.eclipse.jetty.util.component.Destroyable,org.eclipse.jetty.util.component.Dumpable,org.eclipse.jetty.util.component.Dumpable.DumpableContainer,org.eclipse.jetty.util.component.LifeCycle
- Direct Known Subclasses:
HTTP3ServerConnectionFactory,RawHTTP3ServerConnectionFactory
public abstract class AbstractHTTP3ServerConnectionFactory
extends org.eclipse.jetty.server.AbstractConnectionFactory
implements org.eclipse.jetty.quic.common.ProtocolSession.Factory
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener, org.eclipse.jetty.util.component.AbstractLifeCycle.StopExceptionNested classes/interfaces inherited from interface org.eclipse.jetty.server.ConnectionFactory
org.eclipse.jetty.server.ConnectionFactory.Configuring, org.eclipse.jetty.server.ConnectionFactory.Detecting, org.eclipse.jetty.server.ConnectionFactory.UpgradingNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Container
org.eclipse.jetty.util.component.Container.InheritedListener, org.eclipse.jetty.util.component.Container.ListenerNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
org.eclipse.jetty.util.component.Dumpable.DumpableContainerNested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
org.eclipse.jetty.util.component.LifeCycle.Listener -
Field Summary
Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
FAILED, STARTED, STARTING, STOPPED, STOPPINGFields inherited from interface org.eclipse.jetty.util.component.Dumpable
KEY -
Constructor Summary
ConstructorsConstructorDescriptionAbstractHTTP3ServerConnectionFactory(org.eclipse.jetty.server.HttpConfiguration httpConfiguration, org.eclipse.jetty.http3.api.Session.Server.Listener listener) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.http3.HTTP3Configurationorg.eclipse.jetty.server.HttpConfigurationorg.eclipse.jetty.io.ConnectionnewConnection(org.eclipse.jetty.server.Connector connector, org.eclipse.jetty.io.EndPoint endPoint) org.eclipse.jetty.quic.common.ProtocolSessionnewProtocolSession(org.eclipse.jetty.quic.common.QuicSession quicSession, Map<String, Object> context) Methods inherited from class org.eclipse.jetty.server.AbstractConnectionFactory
configure, findNextProtocol, findNextProtocol, getFactories, getInputBufferSize, getProtocol, getProtocols, setInputBufferSize, toStringMethods inherited from class org.eclipse.jetty.util.component.ContainerLifeCycle
addBean, addBean, addEventListener, addManaged, contains, destroy, doStart, doStop, dump, dump, dump, dumpObjects, dumpStdErr, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, start, stop, unmanage, updateBean, updateBean, updateBeans, updateBeansMethods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
getEventListeners, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, setEventListeners, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.component.Container
getCachedBeans, getEventListenersMethods inherited from interface org.eclipse.jetty.util.component.Dumpable
dumpSelfMethods inherited from interface org.eclipse.jetty.util.component.Dumpable.DumpableContainer
isDumpable
-
Constructor Details
-
AbstractHTTP3ServerConnectionFactory
public AbstractHTTP3ServerConnectionFactory(org.eclipse.jetty.server.HttpConfiguration httpConfiguration, org.eclipse.jetty.http3.api.Session.Server.Listener listener)
-
-
Method Details
-
getHttpConfiguration
public org.eclipse.jetty.server.HttpConfiguration getHttpConfiguration() -
getHTTP3Configuration
public org.eclipse.jetty.http3.HTTP3Configuration getHTTP3Configuration() -
newProtocolSession
public org.eclipse.jetty.quic.common.ProtocolSession newProtocolSession(org.eclipse.jetty.quic.common.QuicSession quicSession, Map<String, Object> context) - Specified by:
newProtocolSessionin interfaceorg.eclipse.jetty.quic.common.ProtocolSession.Factory
-
newConnection
public org.eclipse.jetty.io.Connection newConnection(org.eclipse.jetty.server.Connector connector, org.eclipse.jetty.io.EndPoint endPoint) - Specified by:
newConnectionin interfaceorg.eclipse.jetty.server.ConnectionFactory
-