Uses of Interface
io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
Packages that use SpdyWindowUpdateFrame
Package
Description
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of SpdyWindowUpdateFrame in io.netty.handler.codec.spdy
Classes in io.netty.handler.codec.spdy that implement SpdyWindowUpdateFrameMethods in io.netty.handler.codec.spdy that return SpdyWindowUpdateFrameModifier and TypeMethodDescriptionDefaultSpdyWindowUpdateFrame.setDeltaWindowSize
(int deltaWindowSize) SpdyWindowUpdateFrame.setDeltaWindowSize
(int deltaWindowSize) Sets the Delta-Window-Size of this frame.DefaultSpdyWindowUpdateFrame.setStreamId
(int streamId) SpdyWindowUpdateFrame.setStreamId
(int streamID) Sets the Stream-ID of this frame.