Service endpoint description. More...
Public Member Functions | |
ServiceDescriptor (const std::string &a, unsigned p) | |
bool | operator== (const ServiceDescriptor &other) const |
Compares with another instance. | |
bool | operator!= (const ServiceDescriptor &other) const |
Compares with another instance. | |
Public Attributes | |
std::string | address |
Ip address. | |
unsigned | port |
Port number. | |
Service endpoint description.