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 classDefaultHttp2GoAwayFrameThe defaultHttp2GoAwayFrameimplementation.Methods in io.netty5.handler.codec.http2 that return Http2GoAwayFrame Modifier and Type Method Description Http2GoAwayFrameDefaultHttp2GoAwayFrame. copy()Http2GoAwayFrameHttp2GoAwayFrame. copy()Produce a copy of this GOAWAY frame, which contain a copy of the frame contents.protected Http2GoAwayFrameDefaultHttp2GoAwayFrame. receive(Buffer buf)Http2GoAwayFrameDefaultHttp2GoAwayFrame. setExtraStreamIds(int extraStreamIds)Http2GoAwayFrameHttp2GoAwayFrame. setExtraStreamIds(int extraStreamIds)Sets the number of IDs to reserve for the receiver to use while GOAWAY is in transit.Http2GoAwayFrameDefaultHttp2GoAwayFrame. touch(Object hint)
-