| Modifier and Type | Method and Description |
|---|---|
static void |
Http2StateUtil.releaseDataFrame(Http2SourceHandler http2SourceHandler,
Http2DataFrame dataFrame)
Releases the
ByteBuf content. |
| Modifier and Type | Method and Description |
|---|---|
void |
Response100ContinueSent.readInboundRequestBody(Http2SourceHandler http2SourceHandler,
Http2DataFrame dataFrame) |
void |
ReceivingHeaders.readInboundRequestBody(Http2SourceHandler http2SourceHandler,
Http2DataFrame dataFrame) |
void |
SendingHeaders.readInboundRequestBody(Http2SourceHandler http2SourceHandler,
Http2DataFrame dataFrame) |
void |
ReceivingEntityBody.readInboundRequestBody(Http2SourceHandler http2SourceHandler,
Http2DataFrame dataFrame) |
void |
EntityBodyReceived.readInboundRequestBody(Http2SourceHandler http2SourceHandler,
Http2DataFrame dataFrame) |
void |
Expect100ContinueHeaderReceived.readInboundRequestBody(Http2SourceHandler http2SourceHandler,
Http2DataFrame dataFrame) |
void |
SendingEntityBody.readInboundRequestBody(Http2SourceHandler http2SourceHandler,
Http2DataFrame dataFrame) |
void |
ListenerState.readInboundRequestBody(Http2SourceHandler http2SourceHandler,
Http2DataFrame dataFrame)
Reads entity body of inbound request.
|
void |
ResponseCompleted.readInboundRequestBody(Http2SourceHandler http2SourceHandler,
Http2DataFrame dataFrame) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2022 WSO2. All rights reserved.