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 |
connectionTimeout() |
long |
idleConnectionTimeout() |
long |
idleEndpointTimeout() |
int |
maxBufferCapacity() |
int |
maxChannelsPerEndpoint() |
int |
maxRequestsPerChannel() |
long |
receiveHangDetectionTime() |
long |
requestTimeout() |
long |
sendHangDetectionTime() |
long |
shutdownTimeout() |
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 connectionTimeout()
public long idleConnectionTimeout()
public long idleEndpointTimeout()
public int maxBufferCapacity()
public int maxChannelsPerEndpoint()
public int maxRequestsPerChannel()
public long receiveHangDetectionTime()
public long requestTimeout()
public long sendHangDetectionTime()
public long shutdownTimeout()
public io.netty.handler.ssl.SslContext sslContext()
public com.microsoft.azure.cosmosdb.internal.UserAgentContainer userAgent()
public io.netty.handler.logging.LogLevel wireLogLevel()
Copyright © 2019. All rights reserved.