Uses of Interface
org.eclipse.jetty.quic.api.Session.Listener
Packages that use Session.Listener
Package
Description
This module contains the main abstractions for the QUIC protocol using the Quiche library.
-
Uses of Session.Listener in org.eclipse.jetty.quic.api
Methods in org.eclipse.jetty.quic.api that return Session.Listener -
Uses of Session.Listener in org.eclipse.jetty.quic.common
Subinterfaces of Session.Listener in org.eclipse.jetty.quic.commonClasses in org.eclipse.jetty.quic.common that implement Session.ListenerMethods in org.eclipse.jetty.quic.common that return Session.ListenerConstructors in org.eclipse.jetty.quic.common with parameters of type Session.ListenerModifierConstructorDescriptionprotectedAbstractSession(Executor executor, QuicConfiguration configuration, Session.Listener listener) -
Uses of Session.Listener in org.eclipse.jetty.quic.quiche
Constructors in org.eclipse.jetty.quic.quiche with parameters of type Session.ListenerModifierConstructorDescriptionQuicheSession(Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, QuicConfiguration configuration, Quiche quiche, QuicheConnection connection, SocketAddress localAddress, SocketAddress remoteAddress, Session.Listener listener)