| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Http2ConnectionPool.Jsii$Proxy
An implementation for
Http2ConnectionPool |
| Modifier and Type | Method and Description |
|---|---|
Http2ConnectionPool |
Http2ConnectionPool.Builder.build()
Builds the configured instance.
|
default Http2ConnectionPool |
Http2GatewayListenerOptions.getConnectionPool()
(experimental) Connection pool for http listeners.
|
Http2ConnectionPool |
Http2GatewayListenerOptions.Jsii$Proxy.getConnectionPool() |
default Http2ConnectionPool |
Http2VirtualNodeListenerOptions.getConnectionPool()
(experimental) Connection pool for http2 listeners.
|
Http2ConnectionPool |
Http2VirtualNodeListenerOptions.Jsii$Proxy.getConnectionPool() |
| Modifier and Type | Method and Description |
|---|---|
Http2GatewayListenerOptions.Builder |
Http2GatewayListenerOptions.Builder.connectionPool(Http2ConnectionPool connectionPool)
Sets the value of
Http2GatewayListenerOptions.getConnectionPool() |
Http2VirtualNodeListenerOptions.Builder |
Http2VirtualNodeListenerOptions.Builder.connectionPool(Http2ConnectionPool connectionPool)
Sets the value of
Http2VirtualNodeListenerOptions.getConnectionPool() |
| Constructor and Description |
|---|
Jsii$Proxy(Http2ConnectionPool connectionPool,
HealthCheck healthCheck,
Number port,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
Http2GatewayListenerOptions.Builder. |
Jsii$Proxy(Http2ConnectionPool connectionPool,
HealthCheck healthCheck,
OutlierDetection outlierDetection,
Number port,
HttpTimeout timeout,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
Http2VirtualNodeListenerOptions.Builder. |
Copyright © 2021. All rights reserved.