| Modifier and Type | Field and Description |
|---|---|
static io.netty.util.AttributeKey<TargetChannel> |
Constants.TARGET_CHANNEL_REFERENCE |
| Modifier and Type | Method and Description |
|---|---|
TargetChannel |
TargetHandler.getTargetChannel() |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetHandler.setTargetChannel(TargetChannel targetChannel) |
| 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 |
|---|---|
void |
ConnectionManager.invalidateTargetChannel(TargetChannel targetChannel) |
void |
ConnectionManager.returnChannel(TargetChannel targetChannel) |
| Constructor and Description |
|---|
SendingHeaders(SenderReqRespStateManager senderReqRespStateManager,
TargetChannel targetChannel,
String httpVersion,
ChunkConfig chunkConfig,
HttpResponseFuture httpInboundResponseFuture) |
Copyright © 2022 WSO2. All rights reserved.