Uses of Interface
org.eclipse.jetty.http3.api.Session.Server
Packages that use Session.Server
-
Uses of Session.Server in org.eclipse.jetty.http3.api
Methods in org.eclipse.jetty.http3.api with parameters of type Session.ServerModifier and TypeMethodDescriptiondefault void
Session.Server.Listener.onAccept
(Session.Server session) Callback method invoked when a connection has been accepted by the server.default Stream.Server.Listener
Session.Server.Listener.onRequest
(Session.Server session, HeadersFrame frame) Callback method invoked when a request is received to create a newStream.Server.Listener
.