| Package | Description |
|---|---|
| com.ibm.cos.v2.http | |
| com.ibm.cos.v2.http.nio.netty | |
| com.ibm.cos.v2.http.nio.netty.internal |
| Modifier and Type | Field and Description |
|---|---|
static SdkHttpConfigurationOption<Protocol> |
SdkHttpConfigurationOption.PROTOCOL
HTTP protocol to use.
|
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NettyNioAsyncHttpClient.Builder |
NettyNioAsyncHttpClient.Builder.protocol(Protocol protocol)
Sets the HTTP protocol to use (i.e.
|
| Modifier and Type | Field and Description |
|---|---|
static io.netty.util.AttributeKey<CompletableFuture<Protocol>> |
ChannelAttributeKey.PROTOCOL_FUTURE
Future that when a protocol (http/1.1 or h2) has been selected.
|
| Modifier and Type | Method and Description |
|---|---|
AwaitCloseChannelPoolMap.Builder |
AwaitCloseChannelPoolMap.Builder.protocol(Protocol protocol) |
| Constructor and Description |
|---|
ChannelPipelineInitializer(Protocol protocol,
ProtocolNegotiation protocolNegotiation,
io.netty.handler.ssl.SslContext sslCtx,
io.netty.handler.ssl.SslProvider sslProvider,
long clientMaxStreams,
int clientInitialWindowSize,
Duration healthCheckPingPeriod,
AtomicReference<io.netty.channel.pool.ChannelPool> channelPoolRef,
NettyConfiguration configuration,
URI poolKey) |
RequestAdapter(Protocol protocol) |
SslContextProvider(NettyConfiguration configuration,
Protocol protocol,
ProtocolNegotiation protocolNegotiation,
io.netty.handler.ssl.SslProvider sslProvider) |
Copyright © 2026. All rights reserved.