#include <Connection.h>
Inheritance diagram for Connection:
Public Member Functions | |
virtual | ~Connection () |
virtual void | initConnection ()=0 |
virtual void | closeConnection ()=0 |
virtual void | send (const string &buffer)=0 |
virtual void | sendExit ()=0 |
virtual bool | receive (ostream *strm=0)=0 |
virtual Socket * | getSocket () |
virtual bool | isConnected () |
virtual void | setOutputStream (ostream *strm) |
virtual ostream * | getOutputStream () |
virtual void | brokenPipe () |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
Protected Member Functions | |
Connection () | |
Protected Attributes | |
Socket * | _mySock |
ostream * | _out |
bool | _brokenPipe |
|
|
|
|
|
|
|
Implemented in PPTClient, PPTConnection, PPTServer, and SSLConnection. |
|
dumps information about this object Displays the pointer value of this instance
Implements BESObj. Reimplemented in PPTClient, PPTConnection, PPTServer, SSLClient, SSLConnection, and SSLServer. |
|
|
|
|
|
Implemented in PPTClient, PPTConnection, PPTServer, SSLClient, and SSLServer. |
|
Here is the call graph for this function: ![]() |
|
Implemented in PPTConnection, and SSLConnection. |
|
Implemented in PPTConnection, and SSLConnection. |
|
Implemented in PPTConnection, and SSLConnection. |
|
|
|
|
|
|
|
|