Class ClientHTTP3Session
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.ContainerLifeCycle
org.eclipse.jetty.quic.common.ProtocolSession
org.eclipse.jetty.quic.client.ClientProtocolSession
org.eclipse.jetty.http3.client.ClientHTTP3Session
- All Implemented Interfaces:
Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle
-
Nested Class Summary
Nested classes/interfaces inherited from class ProtocolSession
ProtocolSession.FactoryNested classes/interfaces inherited from class AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListener, AbstractLifeCycle.StopExceptionNested classes/interfaces inherited from interface Container
Container.InheritedListener, Container.ListenerNested classes/interfaces inherited from interface Dumpable
Dumpable.DumpableContainerNested classes/interfaces inherited from interface LifeCycle
LifeCycle.Listener -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionClientHTTP3Session(HTTP3Configuration configuration, ClientQuicSession quicSession, Session.Client.Listener listener, Promise<Session.Client> promise) -
Method Summary
Modifier and TypeMethodDescriptionvoidinwardClose(long error, String reason) longnewStreamId(StreamType streamType) protected voidprotected voidprotected booleanprotected booleanonReadable(long readableStreamId) voidonSettings(SettingsFrame frame) protected voidonStart()protected voidonStop()shutdown()Methods inherited from class ClientProtocolSession
doStart, doStop, getProducerTask, getQuicSessionMethods inherited from class ProtocolSession
getIdleTimeout, getMaxLocalStreams, getOrCreateStreamEndPoint, getStreamEndPoint, offer, onWritable, openProtocolEndPoint, outwardClose, processReadableStreams, processWritableStreams, produce, toStringMethods inherited from class ContainerLifeCycle
addBean, addBean, addEventListener, addManaged, contains, destroy, dump, dump, dump, dumpObjects, dumpStdErr, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, installBean, installBean, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, start, stop, unmanage, updateBean, updateBean, updateBeans, updateBeansMethods inherited from class AbstractLifeCycle
getEventListeners, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, setEventListeners, start, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Container
getCachedBeans, getEventListenersMethods inherited from interface Dumpable.DumpableContainer
isDumpable
-
Constructor Details
-
ClientHTTP3Session
public ClientHTTP3Session(HTTP3Configuration configuration, ClientQuicSession quicSession, Session.Client.Listener listener, Promise<Session.Client> promise)
-
-
Method Details
-
getQpackDecoder
-
getQpackEncoder
-
getSessionClient
-
newStreamId
-
onStart
protected void onStart()- Overrides:
onStartin classClientProtocolSession
-
onSettings
-
onStop
protected void onStop()- Overrides:
onStopin classClientProtocolSession
-
onReadable
protected boolean onReadable(long readableStreamId) - Overrides:
onReadablein classClientProtocolSession
-
onIdleTimeout
protected boolean onIdleTimeout()- Overrides:
onIdleTimeoutin classProtocolSession
-
onFailure
- Overrides:
onFailurein classClientProtocolSession
-
inwardClose
- Overrides:
inwardClosein classProtocolSession
-
shutdown
- Overrides:
shutdownin classProtocolSession
-
onClose
- Overrides:
onClosein classClientProtocolSession
-