bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Public Member Functions | |
virtual Socket * | accept () |
virtual void | dump (std::ostream &strm) const |
dumps information about this object | |
virtual void | listen (Socket *s) |
Definition at line 42 of file SocketListener.h.
SocketListener::SocketListener | ( | ) |
Definition at line 63 of file SocketListener.cc.
|
virtual |
Definition at line 68 of file SocketListener.cc.
|
virtual |
Use the select() system call to wait for an incoming connection
Definition at line 93 of file SocketListener.cc.
|
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.
Definition at line 167 of file SocketListener.cc.
|
virtual |
Definition at line 72 of file SocketListener.cc.