#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 |
|
|
|
|
|
Use the select() system call to wait for an incoming connection |
|
dumps information about this object Displays the pointer value of this instance
Implements BESObj. |
|
|