Uses of Class
org.eclipse.jetty.http3.frames.GoAwayFrame
Packages that use GoAwayFrame
Package
Description
-
Uses of GoAwayFrame in org.eclipse.jetty.http3.api
Methods in org.eclipse.jetty.http3.api with parameters of type GoAwayFrameModifier and TypeMethodDescriptiondefault voidSession.Listener.onGoAway(Session session, GoAwayFrame frame) Callback method invoked when a GOAWAY frame has been received. -
Uses of GoAwayFrame in org.eclipse.jetty.http3.frames
Fields in org.eclipse.jetty.http3.frames declared as GoAwayFrameModifier and TypeFieldDescriptionstatic final GoAwayFrameGoAwayFrame.CLIENT_GRACEFULstatic final GoAwayFrameGoAwayFrame.SERVER_GRACEFUL -
Uses of GoAwayFrame in org.eclipse.jetty.http3.internal
Methods in org.eclipse.jetty.http3.internal that return GoAwayFrameModifier and TypeMethodDescriptionprotected GoAwayFrameHTTP3Session.newGoAwayFrame(boolean graceful) Methods in org.eclipse.jetty.http3.internal with parameters of type GoAwayFrame -
Uses of GoAwayFrame in org.eclipse.jetty.http3.internal.parser
Methods in org.eclipse.jetty.http3.internal.parser with parameters of type GoAwayFrameModifier and TypeMethodDescriptionprotected voidBodyParser.notifyGoAway(GoAwayFrame frame) default voidParserListener.onGoAway(GoAwayFrame frame)