Package org.cdk8s.plus24
Interface HandlerFromTcpSocketOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HandlerFromTcpSocketOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-08T02:54:19.225Z") @Stability(Stable) public interface HandlerFromTcpSocketOptions extends software.amazon.jsii.JsiiSerializable
Options for `Handler.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()
-
-