void |
RequestCompleted.readInboundResponseBody(io.netty.channel.ChannelHandlerContext ctx,
Http2DataFrame http2DataFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
SenderState.readInboundResponseBody(io.netty.channel.ChannelHandlerContext ctx,
Http2DataFrame http2DataFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext)
Writes headers of outbound request.
|
void |
ReceivingHeaders.readInboundResponseBody(io.netty.channel.ChannelHandlerContext ctx,
Http2DataFrame http2DataFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
SendingHeaders.readInboundResponseBody(io.netty.channel.ChannelHandlerContext ctx,
Http2DataFrame http2DataFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
ReceivingEntityBody.readInboundResponseBody(io.netty.channel.ChannelHandlerContext ctx,
Http2DataFrame http2DataFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
EntityBodyReceived.readInboundResponseBody(io.netty.channel.ChannelHandlerContext ctx,
Http2DataFrame http2DataFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
SendingEntityBody.readInboundResponseBody(io.netty.channel.ChannelHandlerContext ctx,
Http2DataFrame http2DataFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
WaitingFor100Continue.readInboundResponseBody(io.netty.channel.ChannelHandlerContext ctx,
Http2DataFrame http2DataFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
RequestCompleted.readInboundResponseHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame http2HeadersFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
SenderState.readInboundResponseHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame http2HeadersFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext)
Reads headers of inbound response.
|
void |
ReceivingHeaders.readInboundResponseHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame http2HeadersFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
SendingHeaders.readInboundResponseHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame http2HeadersFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
ReceivingEntityBody.readInboundResponseHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame http2HeadersFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
EntityBodyReceived.readInboundResponseHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame http2HeadersFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
SendingEntityBody.readInboundResponseHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame http2HeadersFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
WaitingFor100Continue.readInboundResponseHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame http2HeadersFrame,
OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
Http2MessageStateContext http2MessageStateContext) |
void |
RequestCompleted.writeOutboundRequestBody(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpContent httpContent,
Http2MessageStateContext http2MessageStateContext) |
void |
SenderState.writeOutboundRequestBody(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpContent httpContent,
Http2MessageStateContext http2MessageStateContext)
Writes entity body of outbound request.
|
void |
ReceivingHeaders.writeOutboundRequestBody(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpContent httpContent,
Http2MessageStateContext http2MessageStateContext) |
void |
SendingHeaders.writeOutboundRequestBody(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpContent httpContent,
Http2MessageStateContext http2MessageStateContext) |
void |
ReceivingEntityBody.writeOutboundRequestBody(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpContent httpContent,
Http2MessageStateContext http2MessageStateContext) |
void |
EntityBodyReceived.writeOutboundRequestBody(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpContent httpContent,
Http2MessageStateContext http2MessageStateContext) |
void |
SendingEntityBody.writeOutboundRequestBody(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpContent httpContent,
Http2MessageStateContext http2MessageStateContext) |
void |
WaitingFor100Continue.writeOutboundRequestBody(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpContent httpContent,
Http2MessageStateContext http2MessageStateContext) |