| Modifier and Type | Method and Description |
|---|---|
HttpResponseFuture |
DefaultHttpClientConnector.send(OutboundMsgHolder outboundMsgHolder,
HttpCarbonMessage httpOutboundRequest) |
| Constructor and Description |
|---|
DefaultHttpResponseFuture(OutboundMsgHolder outboundMsgHolder) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Http2StateUtil.initiateStream(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2Connection connection,
Http2ClientChannel http2ClientChannel,
OutboundMsgHolder outboundMsgHolder)
Initiates a HTTP2 stream.
|
static void |
Http2StateUtil.onPushPromiseRead(io.netty.channel.ChannelHandlerContext ctx,
Http2PushPromise http2PushPromise,
Http2ClientChannel http2ClientChannel,
OutboundMsgHolder outboundMsgHolder)
Adds a push promise message.
|
static void |
Http2StateUtil.writeHttp2Headers(io.netty.channel.ChannelHandlerContext ctx,
OutboundMsgHolder outboundMsgHolder,
Http2ClientChannel http2ClientChannel,
io.netty.handler.codec.http2.Http2ConnectionEncoder encoder,
int streamId,
io.netty.handler.codec.http.HttpHeaders headers,
io.netty.handler.codec.http2.Http2Headers http2Headers,
boolean endStream)
Writes HTTP2 headers.
|
| Modifier and Type | Method and Description |
|---|---|
OutboundMsgHolder |
Http2ClientChannel.getInFlightMessage(int streamId)
Gets the in-flight message associated with the a particular stream id.
|
OutboundMsgHolder |
Http2Content.getOutboundMsgHolder() |
OutboundMsgHolder |
Http2TargetHandler.Http2RequestWriter.getOutboundMsgHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
Http2ClientChannel.putInFlightMessage(int streamId,
OutboundMsgHolder inFlightMessage)
Adds a in-flight message.
|
void |
Http2ClientChannel.putPromisedMessage(int streamId,
OutboundMsgHolder promisedMessage)
Adds a promised message.
|
| Constructor and Description |
|---|
RequestWriteStarter(OutboundMsgHolder outboundMsgHolder,
Http2ClientChannel http2ClientChannel) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestCompleted.handleConnectionClose(OutboundMsgHolder outboundMsgHolder) |
void |
SenderState.handleConnectionClose(OutboundMsgHolder outboundMsgHolder)
Handles the connection close event.
|
void |
ReceivingHeaders.handleConnectionClose(OutboundMsgHolder outboundMsgHolder) |
void |
SendingHeaders.handleConnectionClose(OutboundMsgHolder outboundMsgHolder) |
void |
ReceivingEntityBody.handleConnectionClose(OutboundMsgHolder outboundMsgHolder) |
void |
EntityBodyReceived.handleConnectionClose(OutboundMsgHolder outboundMsgHolder) |
void |
SendingEntityBody.handleConnectionClose(OutboundMsgHolder outboundMsgHolder) |
void |
WaitingFor100Continue.handleConnectionClose(OutboundMsgHolder outboundMsgHolder) |
void |
RequestCompleted.handleStreamTimeout(OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
io.netty.channel.ChannelHandlerContext ctx,
int streamId) |
void |
SenderState.handleStreamTimeout(OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
io.netty.channel.ChannelHandlerContext ctx,
int streamId)
Handles stream timeout.
|
void |
ReceivingHeaders.handleStreamTimeout(OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
io.netty.channel.ChannelHandlerContext ctx,
int streamId) |
void |
SendingHeaders.handleStreamTimeout(OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
io.netty.channel.ChannelHandlerContext ctx,
int streamId) |
void |
ReceivingEntityBody.handleStreamTimeout(OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
io.netty.channel.ChannelHandlerContext ctx,
int streamId) |
void |
EntityBodyReceived.handleStreamTimeout(OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
io.netty.channel.ChannelHandlerContext ctx,
int streamId) |
void |
SendingEntityBody.handleStreamTimeout(OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
io.netty.channel.ChannelHandlerContext ctx,
int streamId) |
void |
WaitingFor100Continue.handleStreamTimeout(OutboundMsgHolder outboundMsgHolder,
boolean serverPush,
io.netty.channel.ChannelHandlerContext context,
int streamId) |
void |
RequestCompleted.readInboundPromise(io.netty.channel.ChannelHandlerContext ctx,
Http2PushPromise http2PushPromise,
OutboundMsgHolder outboundMsgHolder) |
void |
SenderState.readInboundPromise(io.netty.channel.ChannelHandlerContext ctx,
Http2PushPromise http2PushPromise,
OutboundMsgHolder outboundMsgHolder)
Reads inbound promise.
|
void |
ReceivingHeaders.readInboundPromise(io.netty.channel.ChannelHandlerContext ctx,
Http2PushPromise http2PushPromise,
OutboundMsgHolder outboundMsgHolder) |
void |
SendingHeaders.readInboundPromise(io.netty.channel.ChannelHandlerContext ctx,
Http2PushPromise http2PushPromise,
OutboundMsgHolder outboundMsgHolder) |
void |
ReceivingEntityBody.readInboundPromise(io.netty.channel.ChannelHandlerContext ctx,
Http2PushPromise http2PushPromise,
OutboundMsgHolder outboundMsgHolder) |
void |
EntityBodyReceived.readInboundPromise(io.netty.channel.ChannelHandlerContext ctx,
Http2PushPromise http2PushPromise,
OutboundMsgHolder outboundMsgHolder) |
void |
SendingEntityBody.readInboundPromise(io.netty.channel.ChannelHandlerContext ctx,
Http2PushPromise http2PushPromise,
OutboundMsgHolder outboundMsgHolder) |
void |
WaitingFor100Continue.readInboundPromise(io.netty.channel.ChannelHandlerContext ctx,
Http2PushPromise http2PushPromise,
OutboundMsgHolder outboundMsgHolder) |
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) |
| Modifier and Type | Method and Description |
|---|---|
OutboundMsgHolder |
Http2PushPromise.getOutboundMsgHolder()
Gets the
OutboundMsgHolder associated with this Http2PushPromise. |
OutboundMsgHolder |
ResponseHandle.getOutboundMsgHolder()
Gets the
OutboundMsgHolder associated with the response handle. |
| Modifier and Type | Method and Description |
|---|---|
void |
Http2PushPromise.setOutboundMsgHolder(OutboundMsgHolder outboundMsgHolder)
Sets the
OutboundMsgHolder associated with Http2PushPromise. |
| Constructor and Description |
|---|
ResponseHandle(OutboundMsgHolder outboundMsgHolder) |
Copyright © 2022 WSO2. All rights reserved.