| Package | Description |
|---|---|
| org.wso2.transport.http.netty.contractimpl.listener.states.http2 | |
| org.wso2.transport.http.netty.contractimpl.sender.states.http2 |
| Modifier and Type | Method and Description |
|---|---|
void |
Response100ContinueSent.readInboundRequestHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame headersFrame) |
void |
ReceivingHeaders.readInboundRequestHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame headersFrame) |
void |
SendingHeaders.readInboundRequestHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame headersFrame) |
void |
ReceivingEntityBody.readInboundRequestHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame headersFrame) |
void |
EntityBodyReceived.readInboundRequestHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame headersFrame) |
void |
Expect100ContinueHeaderReceived.readInboundRequestHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame headersFrame) |
void |
SendingEntityBody.readInboundRequestHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame headersFrame) |
void |
ListenerState.readInboundRequestHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame headersFrame)
Reads headers of inbound request.
|
void |
ResponseCompleted.readInboundRequestHeaders(io.netty.channel.ChannelHandlerContext ctx,
Http2HeadersFrame headersFrame) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2023 WSO2. All rights reserved.