EndpointConfig
no.ntnu.item.arctis.library.coos.endpoint

Fields
name:  String
hostname:  String
port:  String

Constructors
EndpointConfig(String name, String hostname, String port)

Parameters:
name name of the endpoint to connect to, for instance "UUID-ep1"
hostname hostname of the running COOS instance, for instance "localhost"
port port number of the running COOS instance at the given hostname, for instance 15656


Methods
getName():  String
getHostname():  String
getPort():  String