@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-07T12:19:30.396Z") @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 © 2020. All rights reserved.