| 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<ProtocolNegotiation> |
SdkHttpConfigurationOption.PROTOCOL_NEGOTIATION
HTTP protocol negotiation to use.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtocolNegotiation |
ProtocolNegotiation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolNegotiation[] |
ProtocolNegotiation.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.protocolNegotiation(ProtocolNegotiation protocolNegotiation)
If set to
ProtocolNegotiation.ALPN, the request will be made using ALPN, without a fallback protocol. |
| Modifier and Type | Method and Description |
|---|---|
AwaitCloseChannelPoolMap.Builder |
AwaitCloseChannelPoolMap.Builder.protocolNegotiation(ProtocolNegotiation protocolNegotiation) |
| 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) |
SslContextProvider(NettyConfiguration configuration,
Protocol protocol,
ProtocolNegotiation protocolNegotiation,
io.netty.handler.ssl.SslProvider sslProvider) |
Copyright © 2026. All rights reserved.