Uses of Interface
io.netty.handler.codec.http2.Http2GoAwayFrame
Packages that use Http2GoAwayFrame
-
Uses of Http2GoAwayFrame in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2GoAwayFrameMethods in io.netty.handler.codec.http2 that return Http2GoAwayFrameModifier and TypeMethodDescriptionDefaultHttp2GoAwayFrame.copy()
Http2GoAwayFrame.copy()
DefaultHttp2GoAwayFrame.duplicate()
Http2GoAwayFrame.duplicate()
DefaultHttp2GoAwayFrame.retain()
DefaultHttp2GoAwayFrame.retain
(int increment) Http2GoAwayFrame.retain()
Http2GoAwayFrame.retain
(int increment) DefaultHttp2GoAwayFrame.retainedDuplicate()
Http2GoAwayFrame.retainedDuplicate()
DefaultHttp2GoAwayFrame.setExtraStreamIds
(int extraStreamIds) Http2GoAwayFrame.setExtraStreamIds
(int extraStreamIds) Sets the number of IDs to reserve for the receiver to use while GOAWAY is in transit.DefaultHttp2GoAwayFrame.touch()
Http2GoAwayFrame.touch()
Methods in io.netty.handler.codec.http2 with parameters of type Http2GoAwayFrameModifier and TypeMethodDescriptionprivate void
Http2MultiplexCodec.onHttp2GoAwayFrame
(ChannelHandlerContext ctx, Http2GoAwayFrame goAwayFrame) Deprecated.private void
Http2MultiplexHandler.onHttp2GoAwayFrame
(ChannelHandlerContext ctx, Http2GoAwayFrame goAwayFrame) private void
Http2FrameCodec.writeGoAwayFrame
(ChannelHandlerContext ctx, Http2GoAwayFrame frame, ChannelPromise promise)