public static final class RntbdEndpoint.Config extends Object
| Constructor and Description |
|---|
Config(RntbdTransportClient.Options options,
io.netty.handler.ssl.SslContext sslContext,
io.netty.handler.logging.LogLevel wireLogLevel) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.PooledByteBufAllocator |
allocator() |
int |
bufferPageSize() |
int |
connectionTimeoutInMillis() |
long |
idleConnectionTimeoutInNanos() |
long |
idleEndpointTimeoutInNanos() |
int |
maxBufferCapacity() |
int |
maxChannelsPerEndpoint() |
int |
maxRequestsPerChannel() |
long |
receiveHangDetectionTimeInNanos() |
long |
requestTimeoutInNanos() |
long |
requestTimerResolutionInNanos() |
long |
sendHangDetectionTimeInNanos() |
long |
shutdownTimeoutInNanos() |
io.netty.handler.ssl.SslContext |
sslContext() |
String |
toString() |
com.microsoft.azure.cosmosdb.internal.UserAgentContainer |
userAgent() |
io.netty.handler.logging.LogLevel |
wireLogLevel() |
public Config(RntbdTransportClient.Options options, io.netty.handler.ssl.SslContext sslContext, io.netty.handler.logging.LogLevel wireLogLevel)
public io.netty.buffer.PooledByteBufAllocator allocator()
public int bufferPageSize()
public int connectionTimeoutInMillis()
public long idleConnectionTimeoutInNanos()
public long idleEndpointTimeoutInNanos()
public int maxBufferCapacity()
public int maxChannelsPerEndpoint()
public int maxRequestsPerChannel()
public long receiveHangDetectionTimeInNanos()
public long requestTimeoutInNanos()
public long requestTimerResolutionInNanos()
public long sendHangDetectionTimeInNanos()
public long shutdownTimeoutInNanos()
public io.netty.handler.ssl.SslContext sslContext()
public com.microsoft.azure.cosmosdb.internal.UserAgentContainer userAgent()
public io.netty.handler.logging.LogLevel wireLogLevel()
Copyright © 2021. All rights reserved.