Class Http2VirtualNodeListenerOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.Http2VirtualNodeListenerOptions.Jsii$Proxy
- All Implemented Interfaces:
Http2VirtualNodeListenerOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
Http2VirtualNodeListenerOptions
@Stability(Stable)
@Internal
public static final class Http2VirtualNodeListenerOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements Http2VirtualNodeListenerOptions
An implementation for
Http2VirtualNodeListenerOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.Http2VirtualNodeListenerOptions
Http2VirtualNodeListenerOptions.Builder, Http2VirtualNodeListenerOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theHttp2VirtualNodeListenerOptions.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Http2ConnectionPool
Connection pool for http2 listeners.final HealthCheck
The health check information for the listener.final OutlierDetection
Represents the configuration for enabling outlier detection.final Number
getPort()
Port to listen for connections on.final HttpTimeout
Timeout for HTTP protocol.final ListenerTlsOptions
getTls()
Represents the configuration for enabling TLS on a listener.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theHttp2VirtualNodeListenerOptions.Builder
.
-
-
Method Details
-
getConnectionPool
Description copied from interface:Http2VirtualNodeListenerOptions
Connection pool for http2 listeners.Default: - None
- Specified by:
getConnectionPool
in interfaceHttp2VirtualNodeListenerOptions
-
getHealthCheck
Description copied from interface:Http2VirtualNodeListenerOptions
The health check information for the listener.Default: - no healthcheck
- Specified by:
getHealthCheck
in interfaceHttp2VirtualNodeListenerOptions
-
getOutlierDetection
Description copied from interface:Http2VirtualNodeListenerOptions
Represents the configuration for enabling outlier detection.Default: - none
- Specified by:
getOutlierDetection
in interfaceHttp2VirtualNodeListenerOptions
-
getPort
Description copied from interface:Http2VirtualNodeListenerOptions
Port to listen for connections on.Default: - 8080
- Specified by:
getPort
in interfaceHttp2VirtualNodeListenerOptions
-
getTimeout
Description copied from interface:Http2VirtualNodeListenerOptions
Timeout for HTTP protocol.Default: - None
- Specified by:
getTimeout
in interfaceHttp2VirtualNodeListenerOptions
-
getTls
Description copied from interface:Http2VirtualNodeListenerOptions
Represents the configuration for enabling TLS on a listener.Default: - none
- Specified by:
getTls
in interfaceHttp2VirtualNodeListenerOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-