Uses of Class
org.eclipse.jetty.quic.common.QuicSession
Packages that use QuicSession
Package
Description
This module contains the main abstractions for the QUIC protocol.
-
Uses of QuicSession in org.eclipse.jetty.http3.client
Methods in org.eclipse.jetty.http3.client with parameters of type QuicSessionModifier and TypeMethodDescriptionHTTP3ClientConnectionFactory.newProtocolSession(QuicSession quicSession, Map<String, Object> context) -
Uses of QuicSession in org.eclipse.jetty.http3.client.http
Methods in org.eclipse.jetty.http3.client.http with parameters of type QuicSessionModifier and TypeMethodDescriptionClientConnectionFactoryOverHTTP3.HTTP3.newProtocolSession(QuicSession quicSession, Map<String, Object> context) HttpClientTransportOverHTTP3.newProtocolSession(QuicSession quicSession, Map<String, Object> context) -
Uses of QuicSession in org.eclipse.jetty.http3.server
Methods in org.eclipse.jetty.http3.server with parameters of type QuicSessionModifier and TypeMethodDescriptionAbstractHTTP3ServerConnectionFactory.newProtocolSession(QuicSession quicSession, Map<String, Object> context) -
Uses of QuicSession in org.eclipse.jetty.quic.client
Subclasses of QuicSession in org.eclipse.jetty.quic.clientMethods in org.eclipse.jetty.quic.client that return QuicSessionModifier and TypeMethodDescriptionprotected QuicSessionClientQuicConnection.createSession(SocketAddress remoteAddress, ByteBuffer cipherBuffer) Methods in org.eclipse.jetty.quic.client with parameters of type QuicSessionModifier and TypeMethodDescriptionvoidClientQuicConnection.outwardClose(QuicSession session, Throwable failure) -
Uses of QuicSession in org.eclipse.jetty.quic.common
Methods in org.eclipse.jetty.quic.common that return QuicSessionModifier and TypeMethodDescriptionprotected abstract QuicSessionQuicConnection.createSession(SocketAddress remoteAddress, ByteBuffer cipherBuffer) ProtocolSession.getQuicSession()QuicStreamEndPoint.getQuicSession()Methods in org.eclipse.jetty.quic.common that return types with arguments of type QuicSessionMethods in org.eclipse.jetty.quic.common with parameters of type QuicSessionModifier and TypeMethodDescriptionProtocolSession.Factory.newProtocolSession(QuicSession quicSession, Map<String, Object> context) default voidQuicSession.Listener.onClosed(QuicSession session) Callback method invoked when aQuicSessionis closed.voidQuicSessionContainer.onClosed(QuicSession session) default voidQuicSession.Listener.onOpened(QuicSession session) Callback method invoked when aQuicSessionis opened.voidQuicSessionContainer.onOpened(QuicSession session) voidQuicConnection.outwardClose(QuicSession session, Throwable failure) Constructors in org.eclipse.jetty.quic.common with parameters of type QuicSessionModifierConstructorDescriptionProtocolSession(QuicSession session) QuicStreamEndPoint(Scheduler scheduler, QuicSession session, long streamId) -
Uses of QuicSession in org.eclipse.jetty.quic.server
Subclasses of QuicSession in org.eclipse.jetty.quic.serverMethods in org.eclipse.jetty.quic.server that return QuicSessionModifier and TypeMethodDescriptionprotected QuicSessionServerQuicConnection.createSession(SocketAddress remoteAddress, ByteBuffer cipherBuffer) Methods in org.eclipse.jetty.quic.server with parameters of type QuicSessionModifier and TypeMethodDescriptionvoidServerQuicConnection.outwardClose(QuicSession session, Throwable failure)