Uses of Interface
io.netty.handler.codec.http2.Http2GoAwayFrame
-
Packages that use Http2GoAwayFrame Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2GoAwayFrame in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2GoAwayFrame Modifier and Type Class Description classDefaultHttp2GoAwayFrameThe defaultHttp2GoAwayFrameimplementation.Methods in io.netty.handler.codec.http2 that return Http2GoAwayFrame Modifier and Type Method Description Http2GoAwayFrameDefaultHttp2GoAwayFrame. copy()Http2GoAwayFrameHttp2GoAwayFrame. copy()Http2GoAwayFrameDefaultHttp2GoAwayFrame. duplicate()Http2GoAwayFrameHttp2GoAwayFrame. duplicate()Http2GoAwayFrameDefaultHttp2GoAwayFrame. replace(ByteBuf content)Http2GoAwayFrameHttp2GoAwayFrame. replace(ByteBuf content)Http2GoAwayFrameDefaultHttp2GoAwayFrame. retain()Http2GoAwayFrameDefaultHttp2GoAwayFrame. retain(int increment)Http2GoAwayFrameHttp2GoAwayFrame. retain()Http2GoAwayFrameHttp2GoAwayFrame. retain(int increment)Http2GoAwayFrameDefaultHttp2GoAwayFrame. retainedDuplicate()Http2GoAwayFrameHttp2GoAwayFrame. retainedDuplicate()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()Http2GoAwayFrameDefaultHttp2GoAwayFrame. touch(java.lang.Object hint)Http2GoAwayFrameHttp2GoAwayFrame. touch()Http2GoAwayFrameHttp2GoAwayFrame. touch(java.lang.Object hint)
-