--
You received this message because you are subscribed to the Google Groups "Netty discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netty+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/eea5a347-fe94-4dcc-8ac5-d0a63cb863c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/5be20d82-71f1-4023-93bb-35a32173e193%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/9c768044-724a-4dc5-bfe6-86d56d627cf2%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/2702bb84-1a16-493a-886f-2ccd17e6b411%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/28111af4-5064-4801-8706-3ced8c2ceb4e%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/4b273801-fa47-4951-8d6f-4b9cda84eb80%40googlegroups.com.
Http2ResponseHandler http2responseHandler = initializer.http2responseHandler(); http2responseHandler.encoder().writeFrame(ChannelHandlerContext ctx, byte frameType, int streamId, Http2Flags flags, ByteBuf payload, ChannelPromise promise)ByteBuf payload = unreleasableBuffer(copiedBuffer(poststring, CharsetUtil.UTF_8));http2responseHandler.encoder().writeFrame(ctx, Http2FrameTypes.HEADERS, streamId, new Http2Flags().priorityPresent(true) , payload, ctx.newPromise());----------------OUTBOUND--------------------[id: 0x1b3be271, L:/127.0.0.1:3152 - R:/127.0.0.1:8443] UNKNOWN: frameType=1, streamId=5, flags=32, length=46, bytes=7b2022616374696f6e223a20226368616e6e656c5f666f725f70757368222c202273747265616d4964223a20357dyou should first focus on setting up an Http2Connection in the client using the Http2ConnectionBuilder and then after register your frame listener
To view this discussion on the web visit https://groups.google.com/d/msgid/netty/e360a145-368e-41ce-a397-79139de276bc%40googlegroups.com.