Uses of Interface
io.netty.handler.codec.spdy.SpdyWindowUpdateFrame
-
Packages that use SpdyWindowUpdateFrame Package Description io.netty.handler.codec.spdy 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 SpdyWindowUpdateFrame Modifier and Type Class Description class
DefaultSpdyWindowUpdateFrame
The defaultSpdyWindowUpdateFrame
implementation.Methods in io.netty.handler.codec.spdy that return SpdyWindowUpdateFrame Modifier and Type Method Description SpdyWindowUpdateFrame
DefaultSpdyWindowUpdateFrame. setDeltaWindowSize(int deltaWindowSize)
SpdyWindowUpdateFrame
SpdyWindowUpdateFrame. setDeltaWindowSize(int deltaWindowSize)
Sets the Delta-Window-Size of this frame.SpdyWindowUpdateFrame
DefaultSpdyWindowUpdateFrame. setStreamId(int streamId)
SpdyWindowUpdateFrame
SpdyWindowUpdateFrame. setStreamId(int streamID)
Sets the Stream-ID of this frame.
-