Information about the connection used by a service. More...


Public Member Functions | |
| virtual const string | getHost () const =0 |
| virtual port_t | getPort () const =0 |
Information about the connection used by a service.
| virtual const string getHost | ( | ) | const [pure virtual] |
Return the host to which the service is connected.
Implemented in defaultConnectionInfos, and TLSSecuredConnectionInfos.
| virtual port_t getPort | ( | ) | const [pure virtual] |
Return the port to which the service is connected.
Implemented in defaultConnectionInfos, and TLSSecuredConnectionInfos.
1.6.2