| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualGatewayHttpConnectionPool |
VirtualGatewayHttpConnectionPool.clone() |
VirtualGatewayHttpConnectionPool |
VirtualGatewayConnectionPool.getHttp()
An object that represents a type of connection pool.
|
VirtualGatewayHttpConnectionPool |
VirtualGatewayHttpConnectionPool.withMaxConnections(Integer maxConnections)
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
|
VirtualGatewayHttpConnectionPool |
VirtualGatewayHttpConnectionPool.withMaxPendingRequests(Integer maxPendingRequests)
Number of overflowing requests after
max_connections Envoy will queue to upstream cluster. |
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualGatewayConnectionPool.setHttp(VirtualGatewayHttpConnectionPool http)
An object that represents a type of connection pool.
|
VirtualGatewayConnectionPool |
VirtualGatewayConnectionPool.withHttp(VirtualGatewayHttpConnectionPool http)
An object that represents a type of connection pool.
|
Copyright © 2024. All rights reserved.