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 GoAwayFrameHTTP3Session.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 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.client
Methods in org.eclipse.jetty.http3.client that return GoAwayFrameModifier and TypeMethodDescriptionprotected GoAwayFrameHTTP3SessionClient.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 GoAwayFrameGoAwayFrame.CLIENT_GRACEFULstatic final GoAwayFrameGoAwayFrame.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 voidBodyParser.notifyGoAway(GoAwayFrame frame) default voidParserListener.onGoAway(GoAwayFrame frame)