Uses of Class
org.eclipse.jetty.http2.frames.GoAwayFrame
Packages that use GoAwayFrame
Package
Description
-
Uses of GoAwayFrame in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with parameters of type GoAwayFrameModifier and TypeMethodDescriptionboolean
HTTP2Session.goAway
(GoAwayFrame frame, Callback callback) protected void
HTTP2Session.notifyClose
(Session session, GoAwayFrame frame, Callback callback) protected void
HTTP2Session.notifyGoAway
(Session session, GoAwayFrame frame) void
HTTP2Connection.onGoAway
(GoAwayFrame frame) void
HTTP2Session.onGoAway
(GoAwayFrame frame) This method is called when receiving a GO_AWAY from the other peer. -
Uses of GoAwayFrame in org.eclipse.jetty.http2.api
Methods in org.eclipse.jetty.http2.api with parameters of type GoAwayFrameModifier and TypeMethodDescriptiondefault void
Session.Listener.onClose
(Session session, GoAwayFrame frame, Callback callback) Callback method invoked when a GOAWAY frame caused the session to be closed.default 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.http2.client.transport
Methods in org.eclipse.jetty.http2.client.transport with parameters of type GoAwayFrameModifier and TypeMethodDescriptionprotected void
HttpClientTransportOverHTTP2.onClose
(Connection connection, GoAwayFrame frame) -
Uses of GoAwayFrame in org.eclipse.jetty.http2.client.transport.internal
Methods in org.eclipse.jetty.http2.client.transport.internal with parameters of type GoAwayFrameModifier and TypeMethodDescriptionvoid
HTTPSessionListenerPromise.onClose
(Session session, GoAwayFrame frame, Callback callback) void
HTTPSessionListenerPromise.onClose
(HttpConnectionOverHTTP2 connection, GoAwayFrame frame) void
HTTPSessionListenerPromise.onGoAway
(Session session, GoAwayFrame frame) -
Uses of GoAwayFrame in org.eclipse.jetty.http2.frames
Fields in org.eclipse.jetty.http2.frames declared as GoAwayFrame -
Uses of GoAwayFrame in org.eclipse.jetty.http2.parser
Methods in org.eclipse.jetty.http2.parser with parameters of type GoAwayFrameModifier and TypeMethodDescriptionprotected void
BodyParser.notifyGoAway
(GoAwayFrame frame) default void
Parser.Listener.onGoAway
(GoAwayFrame frame) void
Parser.Listener.Wrapper.onGoAway
(GoAwayFrame frame) -
Uses of GoAwayFrame in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server with parameters of type GoAwayFrameModifier and TypeMethodDescriptionvoid
HTTP2ServerConnectionFactory.HTTPServerSessionListener.onClose
(Session session, GoAwayFrame frame, Callback callback)