|
VMime
|
#include <connectionInfos.hpp>


Public Member Functions | |
| virtual const string | getHost () const =0 |
| virtual port_t | getPort () const =0 |
Additional Inherited Members | |
| Protected Member Functions inherited from object | |
| object () | |
| object (const object &) | |
| object & | operator= (const object &) |
| virtual | ~object () |
Information about the connection used by a service.
|
pure virtual |
Return the host to which the service is connected.
Implemented in defaultConnectionInfos, and TLSSecuredConnectionInfos.
|
pure virtual |
Return the port to which the service is connected.
Implemented in defaultConnectionInfos, and TLSSecuredConnectionInfos.