| Modifier and Type | Method and Description |
|---|---|
KeepAliveConfig |
SenderConfiguration.getKeepAliveConfig() |
KeepAliveConfig |
ListenerConfiguration.getKeepAliveConfig() |
static KeepAliveConfig |
KeepAliveConfig.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeepAliveConfig[] |
KeepAliveConfig.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SenderConfiguration.setKeepAliveConfig(KeepAliveConfig keepAliveConfig) |
void |
ListenerConfiguration.setKeepAliveConfig(KeepAliveConfig keepAliveConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpOutboundRespListener.setKeepAliveConfig(KeepAliveConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Util.isKeepAlive(KeepAliveConfig keepAliveConfig,
HttpCarbonMessage outboundRequestMsg)
Check whether a connection should alive or not.
|
static boolean |
Util.isKeepAliveConnection(KeepAliveConfig keepAliveConfig,
String requestConnectionHeader,
String httpVersion)
Decide whether the connection should be kept open.
|
| Modifier and Type | Method and Description |
|---|---|
KeepAliveConfig |
SourceHandler.getKeepAliveConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnectorBootstrap.addKeepAliveBehaviour(KeepAliveConfig keepAliveConfig) |
| Constructor and Description |
|---|
SourceHandler(ServerConnectorFuture serverConnectorFuture,
String interfaceId,
ChunkConfig chunkConfig,
KeepAliveConfig keepAliveConfig,
String serverName,
io.netty.channel.group.ChannelGroup allChannels,
boolean pipeliningEnabled,
long pipeliningLimit,
io.netty.util.concurrent.EventExecutorGroup pipeliningGroup) |
| Modifier and Type | Method and Description |
|---|---|
KeepAliveConfig |
HttpClientChannelInitializer.getKeepAliveConfig() |
KeepAliveConfig |
TargetHandler.getKeepAliveConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetHandler.setKeepAliveConfig(KeepAliveConfig keepAliveConfig) |
Copyright © 2023 WSO2. All rights reserved.