Uses of Interface
io.netty5.handler.codec.http2.Http2GoAwayFrame
-
Packages that use Http2GoAwayFrame Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2GoAwayFrame in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 that implement Http2GoAwayFrame Modifier and Type Class Description class
DefaultHttp2GoAwayFrame
The defaultHttp2GoAwayFrame
implementation.Methods in io.netty5.handler.codec.http2 that return Http2GoAwayFrame Modifier and Type Method Description Http2GoAwayFrame
DefaultHttp2GoAwayFrame. copy()
Http2GoAwayFrame
Http2GoAwayFrame. copy()
Produce a copy of this GOAWAY frame, which contain a copy of the frame contents.protected Http2GoAwayFrame
DefaultHttp2GoAwayFrame. receive(Buffer buf)
Http2GoAwayFrame
DefaultHttp2GoAwayFrame. setExtraStreamIds(int extraStreamIds)
Http2GoAwayFrame
Http2GoAwayFrame. setExtraStreamIds(int extraStreamIds)
Sets the number of IDs to reserve for the receiver to use while GOAWAY is in transit.Http2GoAwayFrame
DefaultHttp2GoAwayFrame. touch(Object hint)
-