OPeNDAP Hyrax Back End Server (BES) Updated for version 3.8.3

SocketListener Class Reference

#include <SocketListener.h>

Inheritance diagram for SocketListener:
Collaboration diagram for SocketListener:

List of all members.

Public Member Functions

virtual Socketaccept ()
 Use the select() system call to wait for an incoming connection.
virtual void dump (ostream &strm) const
 dumps information about this object
virtual void dump (ostream &strm) const =0
 dump the contents of this object to the specified ostream
virtual void listen (Socket *s)
 SocketListener ()
virtual ~SocketListener ()

Detailed Description

Definition at line 44 of file SocketListener.h.


Constructor & Destructor Documentation

SocketListener::SocketListener ( )

Definition at line 45 of file SocketListener.cc.

SocketListener::~SocketListener ( ) [virtual]

Definition at line 50 of file SocketListener.cc.


Member Function Documentation

Socket * SocketListener::accept ( ) [virtual]

Use the select() system call to wait for an incoming connection.

Definition at line 90 of file SocketListener.cc.

References Socket::getSocketDescriptor(), and Socket::newSocket().

Referenced by PPTServer::initConnection().

Here is the call graph for this function:

virtual void BESObj::dump ( ostream &  strm) const [pure virtual, inherited]

dump the contents of this object to the specified ostream

This method is implemented by all derived classes to dump their contents, in other words, any state they might have, private variables, etc...

The inline function below can be used to dump the contents of an OPeNDAOObj object. For example, the object Animal is derived from BESObj. A user could do the following:

Animal *a = new dog( "Sparky" ) ; cout << a << endl ;

And the dump method for dog could display the name passed into the constructor, the (this) pointer of the object, etc...

Parameters:
strmC++ i/o stream to dump the object to

Implemented in CmdClient, BESAbstractModule, BESAggFactory, BESAggregationServer, BESApp, BESBaseApp, BESBasicHttpTransmitter, BESBasicInterface, BESBasicTransmitter, BESCache, BESCatalog, BESCatalogDirectory, BESCatalogList, BESCatalogResponseHandler, BESCatalogUtils, BESConfigResponseHandler, BESContainer, BESContainerStorage, BESContainerStorageCatalog, BESContainerStorageFile, BESContainerStorageList, BESContainerStorageVolatile, BESContextManager, BESDapError, BESDapErrorInfo, BESDapModule, BESDapRequestHandler, BESDapResponse, BESDASResponse, BESDASResponseHandler, BESDataDDSResponse, BESDataDDXResponseHandler, BESDataHandlerInterface, BESDataResponseHandler, BESDDSResponse, BESDDSResponseHandler, BESDDXResponseHandler, BESDefine, BESDefineResponseHandler, BESDefinitionStorage, BESDefinitionStorageList, BESDefinitionStorageVolatile, BESDelContainerResponseHandler, BESDelContainersResponseHandler, BESDelDefResponseHandler, BESDelDefsResponseHandler, BESError, BESExceptionManager, BESFileContainer, BESForbiddenError, BESGlobalInit, BESHelpResponseHandler, BESHTMLInfo, BESInfo, BESInfoList, BESInitializer, BESInterface, BESInternalError, BESInternalFatalError, BESKeys, BESLog, BESMemoryGlobalArea, BESModuleApp, BESNotFoundError, BESPlugin< M >, BESPluginFactory< C >, BESProcessEncodedString, BESProcIdResponseHandler, BESReporter, BESReporterList, BESRequestHandler, BESRequestHandlerList, BESResponseHandler, BESResponseHandlerList, BESResponseObject, BESReturnManager, BESServiceRegistry, BESServicesResponseHandler, BESSetContainerResponseHandler, BESSetContextResponseHandler, BESShowContainersResponseHandler, BESShowContextResponseHandler, BESShowDefsResponseHandler, BESShowErrorResponseHandler, BESSilentInfo, BESStatusResponseHandler, BESStopWatch, BESStreamResponseHandler, BESSyntaxUserError, BESTextInfo, BESTokenizer, BESTransmitter, BESUncompressManager, BESVersionInfo, BESVersionResponseHandler, BESXMLInfo, Connection, PPTClient, PPTConnection, PPTServer, SSLClient, SSLConnection, SSLServer, and StandAloneClient.

Referenced by operator<<().

void SocketListener::dump ( ostream &  strm) const [virtual]

dumps information about this object

Displays the pointer value of this instance

Parameters:
strmC++ i/o stream to dump the information to

Definition at line 156 of file SocketListener.cc.

References Socket::dump(), BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().

Referenced by PPTServer::dump().

Here is the call graph for this function:

void SocketListener::listen ( Socket s) [virtual]

Definition at line 55 of file SocketListener.cc.

References Socket::getSocketDescriptor(), Socket::isConnected(), Socket::isListening(), and Socket::listen().

Referenced by ServerApp::run().

Here is the call graph for this function:


The documentation for this class was generated from the following files: