public static interface DestinationRuleOuterClass.ConnectionPoolSettings.TCPSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Duration |
getConnectTimeout()
TCP connection timeout. format:
1h/1m/1s/1ms.
|
com.google.protobuf.DurationOrBuilder |
getConnectTimeoutOrBuilder()
TCP connection timeout. format:
1h/1m/1s/1ms.
|
int |
getMaxConnections()
Maximum number of HTTP1 /TCP connections to a destination host.
|
DestinationRuleOuterClass.ConnectionPoolSettings.TCPSettings.TcpKeepalive |
getTcpKeepalive()
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
|
DestinationRuleOuterClass.ConnectionPoolSettings.TCPSettings.TcpKeepaliveOrBuilder |
getTcpKeepaliveOrBuilder()
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
|
boolean |
hasConnectTimeout()
TCP connection timeout. format:
1h/1m/1s/1ms.
|
boolean |
hasTcpKeepalive()
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
|
int getMaxConnections()
Maximum number of HTTP1 /TCP connections to a destination host. Default 2^32-1.
int32 max_connections = 1;boolean hasConnectTimeout()
TCP connection timeout. format: 1h/1m/1s/1ms. MUST BE >=1ms. Default is 10s.
.google.protobuf.Duration connect_timeout = 2;com.google.protobuf.Duration getConnectTimeout()
TCP connection timeout. format: 1h/1m/1s/1ms. MUST BE >=1ms. Default is 10s.
.google.protobuf.Duration connect_timeout = 2;com.google.protobuf.DurationOrBuilder getConnectTimeoutOrBuilder()
TCP connection timeout. format: 1h/1m/1s/1ms. MUST BE >=1ms. Default is 10s.
.google.protobuf.Duration connect_timeout = 2;boolean hasTcpKeepalive()
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettings.TcpKeepalive tcp_keepalive = 3;DestinationRuleOuterClass.ConnectionPoolSettings.TCPSettings.TcpKeepalive getTcpKeepalive()
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettings.TcpKeepalive tcp_keepalive = 3;DestinationRuleOuterClass.ConnectionPoolSettings.TCPSettings.TcpKeepaliveOrBuilder getTcpKeepaliveOrBuilder()
If set then set SO_KEEPALIVE on the socket to enable TCP Keepalives.
.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettings.TcpKeepalive tcp_keepalive = 3;Copyright © 2018–2023 Alibaba Group. All rights reserved.