public static final class HttpGatewayListenerOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpGatewayListenerOptions
HttpGatewayListenerOptions
HttpGatewayListenerOptions.Builder, HttpGatewayListenerOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
HttpConnectionPool |
getConnectionPool()
Connection pool for http listeners.
|
HealthCheck |
getHealthCheck()
The health check information for the listener.
|
java.lang.Number |
getPort()
Port to listen for connections on.
|
ListenerTlsOptions |
getTls()
Represents the configuration for enabling TLS on a listener.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final HttpConnectionPool getConnectionPool()
HttpGatewayListenerOptions
Default: - None
getConnectionPool
in interface HttpGatewayListenerOptions
public final HealthCheck getHealthCheck()
HttpGatewayListenerOptions
Default: - no healthcheck
getHealthCheck
in interface HttpGatewayListenerOptions
public final java.lang.Number getPort()
HttpGatewayListenerOptions
Default: - 8080
getPort
in interface HttpGatewayListenerOptions
public final ListenerTlsOptions getTls()
HttpGatewayListenerOptions
Default: - none
getTls
in interface HttpGatewayListenerOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()