Uses of Class
org.eclipse.jetty.http3.frames.GoAwayFrame
Package
Description
-
Uses of GoAwayFrame in org.eclipse.jetty.http3
Modifier and TypeMethodDescriptionprotected GoAwayFrame
HTTP3Session.newGoAwayFrame
(boolean graceful) -
Uses of GoAwayFrame in org.eclipse.jetty.http3.api
Modifier and TypeMethodDescriptiondefault void
Session.Listener.onGoAway
(Session session, GoAwayFrame frame) Callback method invoked when a GOAWAY frame has been received. -
Uses of GoAwayFrame in org.eclipse.jetty.http3.client
Modifier and TypeMethodDescriptionprotected GoAwayFrame
HTTP3SessionClient.newGoAwayFrame
(boolean graceful) -
Uses of GoAwayFrame in org.eclipse.jetty.http3.frames
Modifier and TypeFieldDescriptionstatic final GoAwayFrame
GoAwayFrame.CLIENT_GRACEFUL
static final GoAwayFrame
GoAwayFrame.SERVER_GRACEFUL
-
Uses of GoAwayFrame in org.eclipse.jetty.http3.parser
Modifier and TypeMethodDescriptionprotected void
BodyParser.notifyGoAway
(GoAwayFrame frame) default void
ParserListener.onGoAway
(GoAwayFrame frame)