Uses of Class
org.eclipse.jetty.http2.frames.WindowUpdateFrame
Package
Description
-
Uses of WindowUpdateFrame in org.eclipse.jetty.http2
Modifier and TypeMethodDescriptionvoid
AbstractFlowControlStrategy.onWindowUpdate
(Session session, Stream stream, WindowUpdateFrame frame) void
FlowControlStrategy.onWindowUpdate
(Session session, Stream stream, WindowUpdateFrame frame) void
HTTP2Connection.onWindowUpdate
(WindowUpdateFrame frame) void
HTTP2Session.onWindowUpdate
(WindowUpdateFrame frame) void
HTTP2Session.onWindowUpdate
(HTTP2Stream stream, WindowUpdateFrame frame) protected void
AbstractFlowControlStrategy.updateWindow
(Session session, Stream stream, WindowUpdateFrame frame) void
AbstractFlowControlStrategy.windowUpdate
(Session session, Stream stream, WindowUpdateFrame frame) void
BufferingFlowControlStrategy.windowUpdate
(Session session, Stream stream, WindowUpdateFrame frame) void
FlowControlStrategy.windowUpdate
(Session session, Stream stream, WindowUpdateFrame frame) Modifier and TypeMethodDescriptionprotected void
AbstractFlowControlStrategy.sendWindowUpdate
(Session session, Stream stream, List<WindowUpdateFrame> frames) -
Uses of WindowUpdateFrame in org.eclipse.jetty.http2.internal
Modifier and TypeMethodDescriptionvoid
HTTP2Flusher.window
(HTTP2Stream stream, WindowUpdateFrame frame) -
Uses of WindowUpdateFrame in org.eclipse.jetty.http2.parser
Modifier and TypeMethodDescriptionprotected void
BodyParser.notifyWindowUpdate
(WindowUpdateFrame frame) default void
Parser.Listener.onWindowUpdate
(WindowUpdateFrame frame) void
Parser.Listener.Wrapper.onWindowUpdate
(WindowUpdateFrame frame)