@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T00:50:13.273Z") @Stability(value=Experimental) public class Endpoint extends software.amazon.jsii.JsiiObject
Consists of a combination of hostname and port.
| Modifier | Constructor and Description |
|---|---|
protected |
Endpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Endpoint(software.amazon.jsii.JsiiObjectRef objRef) |
|
Endpoint(String address,
Number port) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname()
(experimental) The hostname of the endpoint.
|
Number |
getPort()
(experimental) The port of the endpoint.
|
String |
getSocketAddress()
(experimental) The combination of "HOSTNAME:PORT" for this endpoint.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Endpoint(software.amazon.jsii.JsiiObjectRef objRef)
protected Endpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public String getHostname()
@Stability(value=Experimental) @NotNull public Number getPort()
@Stability(value=Experimental) @NotNull public String getSocketAddress()
Copyright © 2021. All rights reserved.