#include <PPTConnection.h>
Inheritance diagram for PPTConnection:
Public Member Functions | |
virtual | ~PPTConnection () |
virtual void | initConnection ()=0 |
virtual void | closeConnection ()=0 |
virtual void | send (const string &buffer) |
virtual void | sendExit () |
virtual bool | receive (ostream *strm=0) |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual Socket * | getSocket () |
virtual bool | isConnected () |
virtual void | setOutputStream (ostream *strm) |
virtual ostream * | getOutputStream () |
virtual void | brokenPipe () |
Protected Member Functions | |
PPTConnection (int timeout) | |
void | writeBuffer (const string &buffer) |
int | readBuffer (char *inBuff) |
int | readBufferNonBlocking (char *inBuff) |
Protected Attributes | |
Socket * | _mySock |
ostream * | _out |
bool | _brokenPipe |
|
|
|
|
|
|
|
Implements Connection. |
|
dumps information about this object Displays the pointer value of this instance
Reimplemented from Connection. |
|
|
|
|
|
Implements Connection. |
|
Here is the call graph for this function: |
|
|
|
|
|
Implements Connection. |
|
Implements Connection. |
|
Implements Connection. |
|
|
|
|
|
|
|
|
|
|