| Modifier and Type | Method and Description |
|---|---|
HttpClientConnector |
HttpWsConnectorFactory.createHttpClientConnector(BootstrapConfiguration bootstrapConfiguration,
SenderConfiguration senderConfiguration,
ConnectionManager connectionManager)
Creates a client connector with given client bootstrap configuration and connection manager.
|
HttpClientConnector |
HttpWsConnectorFactory.createHttpClientConnector(Map<String,Object> transportProperties,
SenderConfiguration senderConfiguration,
ConnectionManager connectionManager)
Creates a client connector with a given connection manager.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClientConnector |
DefaultHttpWsConnectorFactory.createHttpClientConnector(BootstrapConfiguration bootstrapConfig,
SenderConfiguration senderConfiguration,
ConnectionManager connectionManager) |
HttpClientConnector |
DefaultHttpWsConnectorFactory.createHttpClientConnector(Map<String,Object> transportProperties,
SenderConfiguration senderConfiguration,
ConnectionManager connectionManager) |
| Constructor and Description |
|---|
DefaultHttpClientConnector(ConnectionManager connectionManager,
SenderConfiguration senderConfiguration,
BootstrapConfiguration bootstrapConfig,
io.netty.channel.EventLoopGroup clientEventGroup) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionManager |
TargetHandler.getConnectionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetHandler.setConnectionManager(ConnectionManager connectionManager) |
| Constructor and Description |
|---|
HttpClientChannelInitializer(SenderConfiguration senderConfiguration,
HttpRoute httpRoute,
ConnectionManager connectionManager,
ConnectionAvailabilityFuture connectionAvailabilityFuture) |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetChannel.setConnectionManager(ConnectionManager connectionManager) |
Copyright © 2022 WSO2. All rights reserved.