Uses of Interface
io.netty.handler.codec.http2.Http2WindowUpdateFrame
-
Packages that use Http2WindowUpdateFrame Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2WindowUpdateFrame in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2WindowUpdateFrame Modifier and Type Class Description class
DefaultHttp2WindowUpdateFrame
The defaultHttp2WindowUpdateFrame
implementation.Methods in io.netty.handler.codec.http2 with parameters of type Http2WindowUpdateFrame Modifier and Type Method Description private ChannelFuture
AbstractHttp2StreamChannel.Http2ChannelUnsafe. writeWindowUpdateFrame(Http2WindowUpdateFrame windowUpdateFrame)
-