Definition at line 42 of file SocketListener.h.
◆ SocketListener()
SocketListener::SocketListener |
( |
| ) |
|
◆ ~SocketListener()
SocketListener::~SocketListener |
( |
| ) |
|
|
virtual |
◆ accept()
Socket * SocketListener::accept |
( |
| ) |
|
|
virtual |
Use the select() system call to wait for an incoming connection
Definition at line 93 of file SocketListener.cc.
◆ dump()
void SocketListener::dump |
( |
std::ostream & |
strm | ) |
const |
|
virtual |
dumps information about this object
Displays the pointer value of this instance
- Parameters
-
strm | C++ i/o stream to dump the information to |
Implements BESObj.
Definition at line 167 of file SocketListener.cc.
◆ listen()
void SocketListener::listen |
( |
Socket * |
s | ) |
|
|
virtual |
The documentation for this class was generated from the following files: