OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <SocketListener.h>
Public Member Functions | |
virtual Socket * | accept () |
Use the select() system call to wait for an incoming connection. More... | |
virtual void | dump (ostream &strm) const |
dumps information about this object More... | |
virtual void | listen (Socket *s) |
SocketListener () | |
virtual | ~SocketListener () |
Definition at line 44 of file SocketListener.h.
SocketListener::SocketListener | ( | ) |
Definition at line 53 of file SocketListener.cc.
|
virtual |
Definition at line 58 of file SocketListener.cc.
|
virtual |
Use the select() system call to wait for an incoming connection.
Definition at line 98 of file SocketListener.cc.
References Socket::getSocketDescriptor(), and Socket::newSocket().
Referenced by PPTServer::initConnection().
|
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 184 of file SocketListener.cc.
References Socket::dump(), BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().
Referenced by PPTServer::dump().
|
virtual |
Definition at line 63 of file SocketListener.cc.
References Socket::getSocketDescriptor(), Socket::isConnected(), Socket::isListening(), and Socket::listen().
Referenced by ServerApp::run().