Uses of Class
org.eclipse.jetty.http3.frames.GoAwayFrame
Packages that use GoAwayFrame
Package
Description
-
Uses of GoAwayFrame in org.eclipse.jetty.http3
Methods in org.eclipse.jetty.http3 that return GoAwayFrameModifier and TypeMethodDescriptionprotected GoAwayFrame
HTTP3Session.newGoAwayFrame
(boolean graceful) Methods in org.eclipse.jetty.http3 with parameters of type GoAwayFrame -
Uses of GoAwayFrame in org.eclipse.jetty.http3.api
Methods in org.eclipse.jetty.http3.api with parameters of type GoAwayFrameModifier 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
Methods in org.eclipse.jetty.http3.client that return GoAwayFrameModifier and TypeMethodDescriptionprotected GoAwayFrame
HTTP3SessionClient.newGoAwayFrame
(boolean graceful) -
Uses of GoAwayFrame in org.eclipse.jetty.http3.frames
Fields in org.eclipse.jetty.http3.frames declared as GoAwayFrameModifier and TypeFieldDescriptionstatic final GoAwayFrame
GoAwayFrame.CLIENT_GRACEFUL
static final GoAwayFrame
GoAwayFrame.SERVER_GRACEFUL
-
Uses of GoAwayFrame in org.eclipse.jetty.http3.parser
Methods in org.eclipse.jetty.http3.parser with parameters of type GoAwayFrameModifier and TypeMethodDescriptionprotected void
BodyParser.notifyGoAway
(GoAwayFrame frame) default void
ParserListener.onGoAway
(GoAwayFrame frame)