| Modifier and Type | Method and Description |
|---|---|
ChunkConfig |
ListenerConfiguration.getChunkConfig() |
ChunkConfig |
SenderConfiguration.getChunkingConfig() |
static ChunkConfig |
ChunkConfig.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChunkConfig[] |
ChunkConfig.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerConfiguration.setChunkConfig(ChunkConfig chunkConfig) |
void |
SenderConfiguration.setChunkingConfig(ChunkConfig chunkingConfig) |
| Modifier and Type | Method and Description |
|---|---|
ChunkConfig |
HttpOutboundRespListener.getChunkConfig() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Util.shouldEnforceChunkingforHttpOneZero(ChunkConfig chunkConfig,
String httpVersion)
Returns whether to enforce chunking on HTTP 1.0 requests.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
StateUtil.checkChunkingCompatibility(String httpVersion,
ChunkConfig chunkConfig) |
| Modifier and Type | Method and Description |
|---|---|
ChunkConfig |
SourceHandler.getChunkConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnectorBootstrap.addChunkingBehaviour(ChunkConfig chunkConfig) |
void |
HttpServerChannelInitializer.setChunkingConfig(ChunkConfig chunkConfig) |
| 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) |
| Constructor and Description |
|---|
SendingHeaders(SenderReqRespStateManager senderReqRespStateManager,
TargetChannel targetChannel,
String httpVersion,
ChunkConfig chunkConfig,
HttpResponseFuture httpInboundResponseFuture) |
Copyright © 2022 WSO2. All rights reserved.