#include <PPTServer.h>
Inheritance diagram for PPTServer:
Public Member Functions | |
PPTServer (ServerHandler *handler, SocketListener *listener, bool isSecure) | |
virtual | ~PPTServer () |
virtual void | initConnection () |
virtual void | closeConnection () |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual void | send (const string &buffer) |
virtual void | sendExit () |
virtual bool | receive (ostream *strm=0) |
virtual Socket * | getSocket () |
virtual bool | isConnected () |
virtual void | setOutputStream (ostream *strm) |
virtual ostream * | getOutputStream () |
virtual void | brokenPipe () |
Protected Member Functions | |
void | writeBuffer (const string &buffer) |
int | readBuffer (char *inBuff) |
int | readBufferNonBlocking (char *inBuff) |
Protected Attributes | |
Socket * | _mySock |
ostream * | _out |
bool | _brokenPipe |
|
|
|
|
|
|
|
Implements PPTConnection. |
|
dumps information about this object Displays the pointer value of this instance
Reimplemented from PPTConnection. |
|
|
|
|
|
Using the info passed into the SocketLister, wait for an inbound request (see SocketListener::accept()). When one is found, do the welcome message stuff (welcomeClient()) and then pass Implements PPTConnection. |
|
Here is the call graph for this function: ![]() |
|
|
|
|
|
Implements Connection. |
|
Implements Connection. |
|
Implements Connection. |
|
|
|
|
|
|
|
|
|
|