| Constructor and Description |
|---|
HttpClientChannelInitializer(SenderConfiguration senderConfiguration,
HttpRoute httpRoute,
ConnectionManager connectionManager,
ConnectionAvailabilityFuture connectionAvailabilityFuture) |
| Modifier and Type | Method and Description |
|---|---|
HttpRoute |
TargetChannel.getHttpRoute() |
| Constructor and Description |
|---|
TargetChannel(HttpClientChannelInitializer httpClientChannelInitializer,
io.netty.channel.ChannelFuture channelFuture,
HttpRoute httpRoute,
ConnectionAvailabilityFuture connectionAvailabilityFuture) |
| 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 |
Http2ConnectionManager.addHttp2ClientChannel(io.netty.channel.EventLoop eventLoop,
HttpRoute httpRoute,
Http2ClientChannel http2ClientChannel)
Add a given
Http2ClientChannel to the relevant pool. |
Http2ClientChannel |
Http2ConnectionManager.borrowChannel(Http2SourceHandler http2SrcHandler,
HttpRoute httpRoute)
Borrow an HTTP/2 client channel.
|
| Constructor and Description |
|---|
Http2ClientChannel(Http2ConnectionManager http2ConnectionManager,
io.netty.handler.codec.http2.Http2Connection connection,
HttpRoute httpRoute,
io.netty.channel.Channel channel) |
Copyright © 2021 WSO2. All rights reserved.