NetworkEndpoint (API Reference)
Package com.here.sdk.core
Class NetworkEndpoint
java.lang.Object
com.here.sdk.core.NetworkEndpoint
Network endpoint.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe IP Address of the network endpoint.Optional port number of the network endpoint. -
Constructor Summary
ConstructorsConstructorDescriptionNetworkEndpoint(InetAddress address) Creates a new instance.NetworkEndpoint(InetAddress address, Integer port) Creates a new instance. -
Method Summary
-
Field Details
-
address
The IP Address of the network endpoint.
-
port
Optional port number of the network endpoint.
-
-
Constructor Details
-
NetworkEndpoint
Creates a new instance.
- Parameters:
address-The IP Address of the network endpoint.
port-Optional port number of the network endpoint.
-
NetworkEndpoint
Creates a new instance.
- Parameters:
address-The IP Address of the network endpoint.
-
-
Method Details