Uses of Interface
org.eclipse.jetty.http3.api.Session
Package
Description
-
Uses of Session in org.eclipse.jetty.http3
-
Uses of Session in org.eclipse.jetty.http3.api
Modifier and TypeInterfaceDescriptionstatic interface
The client-side HTTP/3 API representing a connection with a server.static interface
The server-side HTTP/3 API representing a connection with a client.Modifier and TypeMethodDescriptionStream.getSession()
Get the session this stream is associated to.Modifier and TypeMethodDescriptiondefault void
Callback method invoked when a connection has been accepted by the server.default void
Session.Listener.onDisconnect
(Session session, long error, String reason) Callback method invoked when the underlying transport has been disconnected.default void
Callback method invoked when a failure has been detected for this session.default void
Session.Listener.onGoAway
(Session session, GoAwayFrame frame) Callback method invoked when a GOAWAY frame has been received.default boolean
Session.Listener.onIdleTimeout
(Session session) Callback method invoked when the idle timeout has expired.Callback method invoked just before the initial SETTINGS frame is sent to the remote peer, to gather the configuration settings that the local peer wants to send to the remote peer.default void
Session.Listener.onSettings
(Session session, SettingsFrame frame) Callback method invoked when a SETTINGS frame has been received. -
Uses of Session in org.eclipse.jetty.http3.client