| Package | Description |
|---|---|
| io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
| Modifier and Type | Method and Description |
|---|---|
private ChannelFuture |
DefaultHttp2FrameWriter.writeContinuationFrames(ChannelHandlerContext ctx,
int streamId,
ByteBuf headerBlock,
int padding,
Http2CodecUtil.SimpleChannelPromiseAggregator promiseAggregator)
Writes as many continuation frames as needed until
padding and headerBlock are consumed. |
private static void |
HttpToHttp2ConnectionHandler.writeHeaders(ChannelHandlerContext ctx,
Http2ConnectionEncoder encoder,
int streamId,
HttpHeaders headers,
Http2Headers http2Headers,
boolean endStream,
Http2CodecUtil.SimpleChannelPromiseAggregator promiseAggregator) |