Uses of Class
org.eclipse.jetty.http2.frames.GoAwayFrame
Packages that use GoAwayFrame
Package
Description
-
Uses of GoAwayFrame in org.eclipse.jetty.http2
Fields in org.eclipse.jetty.http2 declared as GoAwayFrameModifier and TypeFieldDescriptionprivate GoAwayFrameHTTP2Session.StreamsState.goAwayRecvprivate GoAwayFrameHTTP2Session.StreamsState.goAwaySentMethods in org.eclipse.jetty.http2 that return GoAwayFrameModifier and TypeMethodDescriptionprivate GoAwayFrameHTTP2Session.newGoAwayFrame(int lastRemoteStreamId, int error, String reason) private GoAwayFrameHTTP2Session.newGoAwayFrame(int error, String reason) Methods in org.eclipse.jetty.http2 with parameters of type GoAwayFrameModifier and TypeMethodDescriptionbooleanHTTP2Session.goAway(GoAwayFrame frame, org.eclipse.jetty.util.Callback callback) private booleanHTTP2Session.StreamsState.goAway(GoAwayFrame frame, org.eclipse.jetty.util.Callback callback) protected voidHTTP2Session.notifyClose(Session session, GoAwayFrame frame, org.eclipse.jetty.util.Callback callback) protected voidHTTP2Session.notifyGoAway(Session session, GoAwayFrame frame) voidHTTP2Session.onGoAway(GoAwayFrame frame) This method is called when receiving a GO_AWAY from the other peer.private voidHTTP2Session.StreamsState.onGoAway(GoAwayFrame frame) private voidHTTP2Session.StreamsState.sendGoAway(GoAwayFrame frame, org.eclipse.jetty.util.Callback callback) private voidHTTP2Session.StreamsState.sendGoAwayAndTerminate(GoAwayFrame frame, GoAwayFrame eventFrame) private voidHTTP2Session.StreamsState.terminate(GoAwayFrame frame) -
Uses of GoAwayFrame in org.eclipse.jetty.http2.api
Methods in org.eclipse.jetty.http2.api with parameters of type GoAwayFrameModifier and TypeMethodDescriptionvoidSession.Listener.Adapter.onClose(Session session, GoAwayFrame frame) voidSession.Listener.onClose(Session session, GoAwayFrame frame) default voidSession.Listener.onClose(Session session, GoAwayFrame frame, org.eclipse.jetty.util.Callback callback) Callback method invoked when a GOAWAY frame caused the session to be closed.default voidSession.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.http
Methods in org.eclipse.jetty.http2.client.http with parameters of type GoAwayFrameModifier and TypeMethodDescriptionprotected voidHttpClientTransportOverHTTP2.onClose(HttpConnectionOverHTTP2 connection, GoAwayFrame frame) voidHttpClientTransportOverHTTP2.SessionListenerPromise.onClose(Session session, GoAwayFrame frame) voidHttpClientTransportOverHTTP2.SessionListenerPromise.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 voidBodyParser.notifyGoAway(GoAwayFrame frame) voidParser.Listener.Adapter.onGoAway(GoAwayFrame frame) voidParser.Listener.onGoAway(GoAwayFrame frame) voidParser.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 TypeMethodDescriptionvoidHTTP2ServerConnectionFactory.HTTPServerSessionListener.onClose(Session session, GoAwayFrame frame, org.eclipse.jetty.util.Callback callback) voidRawHTTP2ServerConnectionFactory.RawServerSessionListener.onClose(Session session, GoAwayFrame frame) voidRawHTTP2ServerConnectionFactory.RawServerSessionListener.onGoAway(Session session, GoAwayFrame frame)