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 classDefaultSpdyWindowUpdateFrameThe defaultSpdyWindowUpdateFrameimplementation.Methods in io.netty.handler.codec.spdy that return SpdyWindowUpdateFrame Modifier and Type Method Description SpdyWindowUpdateFrameDefaultSpdyWindowUpdateFrame. setDeltaWindowSize(int deltaWindowSize)SpdyWindowUpdateFrameSpdyWindowUpdateFrame. setDeltaWindowSize(int deltaWindowSize)Sets the Delta-Window-Size of this frame.SpdyWindowUpdateFrameDefaultSpdyWindowUpdateFrame. setStreamId(int streamId)SpdyWindowUpdateFrameSpdyWindowUpdateFrame. setStreamId(int streamID)Sets the Stream-ID of this frame.
-