Uses of Interface
io.netty.handler.codec.http2.Http2HeadersFrame
-
Packages that use Http2HeadersFrame Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2HeadersFrame in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2HeadersFrame Modifier and Type Class Description class
DefaultHttp2HeadersFrame
The defaultHttp2HeadersFrame
implementation.Methods in io.netty.handler.codec.http2 with parameters of type Http2HeadersFrame Modifier and Type Method Description private void
Http2FrameCodec. writeHeadersFrame(ChannelHandlerContext ctx, Http2HeadersFrame headersFrame, ChannelPromise promise)
-