public static interface VirtualGatewayHttpConnectionPool.Builder extends SdkPojo, CopyableBuilder<VirtualGatewayHttpConnectionPool.Builder,VirtualGatewayHttpConnectionPool>
| Modifier and Type | Method and Description |
|---|---|
VirtualGatewayHttpConnectionPool.Builder |
maxConnections(Integer maxConnections)
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream
cluster.
|
VirtualGatewayHttpConnectionPool.Builder |
maxPendingRequests(Integer maxPendingRequests)
Number of overflowing requests after
max_connections Envoy will queue to upstream cluster. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVirtualGatewayHttpConnectionPool.Builder maxConnections(Integer maxConnections)
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
maxConnections - Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream
cluster.VirtualGatewayHttpConnectionPool.Builder maxPendingRequests(Integer maxPendingRequests)
Number of overflowing requests after max_connections Envoy will queue to upstream cluster.
maxPendingRequests - Number of overflowing requests after max_connections Envoy will queue to upstream
cluster.Copyright © 2021. All rights reserved.