Package org.cdk8s.plus23
Interface HandlerFromTcpSocketOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HandlerFromTcpSocketOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.076Z") @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 class
HandlerFromTcpSocketOptions.Builder
A builder forHandlerFromTcpSocketOptions
static class
HandlerFromTcpSocketOptions.Jsii$Proxy
An implementation forHandlerFromTcpSocketOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static HandlerFromTcpSocketOptions.Builder
builder()
default String
getHost()
The host name to connect to on the container.default Number
getPort()
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()
-
-