VMime
connectionInfos Class Referenceabstract
Inheritance diagram for connectionInfos:
Collaboration diagram for connectionInfos:

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 &)
 
objectoperator= (const object &)
 
virtual ~object ()
 

Detailed Description

Information about the connection used by a service.

Member Function Documentation

◆ getHost()

virtual const string getHost ( ) const
pure virtual

Return the host to which the service is connected.

Returns
server host name or address

Implemented in defaultConnectionInfos.

◆ getPort()

virtual port_t getPort ( ) const
pure virtual

Return the port to which the service is connected.

Returns
server port

Implemented in defaultConnectionInfos.


The documentation for this class was generated from the following file: