Uses of Class
org.eclipse.jetty.http2.frames.WindowUpdateFrame
Packages that use WindowUpdateFrame
Package
Description
-
Uses of WindowUpdateFrame in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with parameters of type WindowUpdateFrameModifier and TypeMethodDescriptionvoidAbstractFlowControlStrategy.onWindowUpdate(Session session, Stream stream, WindowUpdateFrame frame) voidFlowControlStrategy.onWindowUpdate(Session session, Stream stream, WindowUpdateFrame frame) protected voidAbstractFlowControlStrategy.updateWindow(Session session, Stream stream, WindowUpdateFrame frame) voidAbstractFlowControlStrategy.windowUpdate(Session session, Stream stream, WindowUpdateFrame frame) voidBufferingFlowControlStrategy.windowUpdate(Session session, Stream stream, WindowUpdateFrame frame) voidFlowControlStrategy.windowUpdate(Session session, Stream stream, WindowUpdateFrame frame) Method parameters in org.eclipse.jetty.http2 with type arguments of type WindowUpdateFrameModifier and TypeMethodDescriptionprotected voidAbstractFlowControlStrategy.sendWindowUpdate(Session session, Stream stream, List<WindowUpdateFrame> frames) -
Uses of WindowUpdateFrame in org.eclipse.jetty.http2.internal
Methods in org.eclipse.jetty.http2.internal with parameters of type WindowUpdateFrameModifier and TypeMethodDescriptionvoidHTTP2Session.onWindowUpdate(WindowUpdateFrame frame) voidHTTP2Session.onWindowUpdate(HTTP2Stream stream, WindowUpdateFrame frame) voidHTTP2Flusher.window(HTTP2Stream stream, WindowUpdateFrame frame) -
Uses of WindowUpdateFrame in org.eclipse.jetty.http2.internal.parser
Methods in org.eclipse.jetty.http2.internal.parser with parameters of type WindowUpdateFrameModifier and TypeMethodDescriptionprotected voidBodyParser.notifyWindowUpdate(WindowUpdateFrame frame) voidParser.Listener.Adapter.onWindowUpdate(WindowUpdateFrame frame) voidParser.Listener.onWindowUpdate(WindowUpdateFrame frame) voidParser.Listener.Wrapper.onWindowUpdate(WindowUpdateFrame frame)