Uses of Class
org.eclipse.jetty.quic.common.ProtocolSession
Packages that use ProtocolSession
Package
Description
- 
Uses of ProtocolSession in org.eclipse.jetty.http3
Methods in org.eclipse.jetty.http3 that return ProtocolSessionConstructors in org.eclipse.jetty.http3 with parameters of type ProtocolSessionModifierConstructorDescriptionHTTP3Session(Scheduler scheduler, ProtocolSession session, Session.Listener listener)  - 
Uses of ProtocolSession in org.eclipse.jetty.http3.client
Methods in org.eclipse.jetty.http3.client that return ProtocolSessionModifier and TypeMethodDescriptionHTTP3ClientConnectionFactory.newProtocolSession(Session quicSession, Map<String, Object> context) Constructors in org.eclipse.jetty.http3.client with parameters of type ProtocolSessionModifierConstructorDescriptionHTTP3SessionClient(Scheduler scheduler, ProtocolSession session, Session.Client.Listener listener, Promise.Invocable<Session.Client> promise)  - 
Uses of ProtocolSession in org.eclipse.jetty.http3.client.transport
Methods in org.eclipse.jetty.http3.client.transport that return ProtocolSessionModifier and TypeMethodDescriptionClientConnectionFactoryOverHTTP3.HTTP3.newProtocolSession(Session session, Map<String, Object> context) HttpClientTransportOverHTTP3.newProtocolSession(Session session, Map<String, Object> context)  - 
Uses of ProtocolSession in org.eclipse.jetty.http3.server
Methods in org.eclipse.jetty.http3.server that return ProtocolSessionModifier and TypeMethodDescriptionAbstractHTTP3ServerConnectionFactory.newProtocolSession(Session quicSession, Map<String, Object> context)  - 
Uses of ProtocolSession in org.eclipse.jetty.quic.client
Subclasses of ProtocolSession in org.eclipse.jetty.quic.client - 
Uses of ProtocolSession in org.eclipse.jetty.quic.common
Methods in org.eclipse.jetty.quic.common that return ProtocolSessionModifier and TypeMethodDescriptionStreamEndPoint.getProtocolSession()ProtocolSession.Factory.newProtocolSession(Session session, Map<String, Object> context) Methods in org.eclipse.jetty.quic.common that return types with arguments of type ProtocolSessionMethod parameters in org.eclipse.jetty.quic.common with type arguments of type ProtocolSessionModifier and TypeMethodDescriptionvoidProtocolSession.close(ConnectionCloseFrame frame, Promise.Invocable<ProtocolSession> promise) Performs an inward close upon sending aCONNECTION_CLOSEframe.voidProtocolSession.disconnect(ConnectionCloseFrame frame, Throwable failure, Promise.Invocable<ProtocolSession> promise) Performs an outward disconnection.Constructors in org.eclipse.jetty.quic.common with parameters of type ProtocolSessionModifierConstructorDescriptionServer(ProtocolSession protocolSession) StreamEndPoint(ProtocolSession protocolSession, Stream stream)  - 
Uses of ProtocolSession in org.eclipse.jetty.quic.server
Subclasses of ProtocolSession in org.eclipse.jetty.quic.server