#include <SocketListener.h>
Inheritance diagram for SocketListener:
Public Member Functions | |
SocketListener () | |
virtual | ~SocketListener () |
virtual void | listen (Socket *s) |
virtual Socket * | accept () |
virtual void | dump (ostream &strm) const |
dumps information about this object |
SocketListener::SocketListener | ( | ) |
SocketListener::~SocketListener | ( | ) | [virtual] |
Socket * SocketListener::accept | ( | ) | [virtual] |
Use the select() system call to wait for an incoming connection
void SocketListener::dump | ( | ostream & | strm | ) | const [virtual] |
dumps information about this object
Displays the pointer value of this instance
strm | C++ i/o stream to dump the information to |
Implements BESObj.
void SocketListener::listen | ( | Socket * | s | ) | [virtual] |