Uses of Interface
org.eclipse.jetty.http3.api.Session
Packages that use Session
-
Uses of Session in org.eclipse.jetty.http3.api
Subinterfaces of Session in org.eclipse.jetty.http3.apiModifier 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.Methods in org.eclipse.jetty.http3.api that return SessionMethods in org.eclipse.jetty.http3.api with parameters of type SessionModifier 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.