Package org.cdk8s.plus25
Interface HandlerFromTcpSocketOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HandlerFromTcpSocketOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.289Z") @Stability(Stable) public interface HandlerFromTcpSocketOptions extends software.amazon.jsii.JsiiSerializable
Options forHandler.fromTcpSocket.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHandlerFromTcpSocketOptions.BuilderA builder forHandlerFromTcpSocketOptionsstatic classHandlerFromTcpSocketOptions.Jsii$ProxyAn implementation forHandlerFromTcpSocketOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static HandlerFromTcpSocketOptions.Builderbuilder()default StringgetHost()The host name to connect to on the container.default NumbergetPort()The TCP port to connect to on the container.
-
-
-
Method Detail
-
getHost
@Stability(Stable) @Nullable default String getHost()
The host name to connect to on the container.Default: - defaults to the pod IP
-
getPort
@Stability(Stable) @Nullable default Number getPort()
The TCP port to connect to on the container.Default: - defaults to `container.port`.
-
builder
@Stability(Stable) static HandlerFromTcpSocketOptions.Builder builder()
-
-