| Modifier and Type | Method and Description |
|---|---|
static void |
Http2StateUtil.notifyRequestListener(Http2SourceHandler http2SourceHandler,
InboundMessageHolder inboundMessageHolder,
int streamId)
Notifies the registered listeners which listen for the incoming carbon messages.
|
static void |
Http2StateUtil.releaseDataFrame(Http2SourceHandler http2SourceHandler,
Http2DataFrame dataFrame)
Releases the
ByteBuf content. |
static HttpCarbonRequest |
Http2StateUtil.setupCarbonRequest(io.netty.handler.codec.http.HttpRequest httpRequest,
Http2SourceHandler http2SourceHandler,
int streamId)
Creates a
HttpCarbonRequest from HttpRequest. |
| 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) |
| Constructor and Description |
|---|
ReceivingHeaders(Http2SourceHandler http2SourceHandler,
Http2MessageStateContext http2MessageStateContext) |
| Modifier and Type | Method and Description |
|---|---|
TargetChannel |
ConnectionManager.borrowTargetChannel(HttpRoute httpRoute,
SourceHandler sourceHandler,
Http2SourceHandler http2SourceHandler,
SenderConfiguration senderConfig,
BootstrapConfiguration bootstrapConfig,
io.netty.channel.EventLoopGroup clientEventGroup)
Gets the client target channel pool.
|
| Modifier and Type | Method and Description |
|---|---|
Http2ClientChannel |
Http2ConnectionManager.borrowChannel(Http2SourceHandler http2SrcHandler,
HttpRoute httpRoute)
Borrow an HTTP/2 client channel.
|
Copyright © 2021 WSO2. All rights reserved.