#include "assa/Logger.h"
#include "assa/EventHandler.h"
#include "assa/Address.h"
#include "assa/Reactor.h"
#include "assa/ServiceHandler.h"
Include dependency graph for Acceptor.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | ASSA |
Classes | |
class | ASSA::Acceptor< SERVICE_HANDLER, PEER_ACCEPTOR > |
Defines | |
#define | SH SERVICE_HANDLER |
#define | PA PEER_ACCEPTOR |
This abstract class implementes the generic strategy for passive initializing communication services.
SERVICE_HANDLER is the type of service. It shall be a type derived from ServiceHandler interface class.
PEER_ACCEPTOR is the type of concrete Socket class - particular transport mechanism used by the Acceptor to passively establish the connection. It should be derived from Socket interface class.
ServiceHandler
Definition in file Acceptor.h.
|
Definition at line 135 of file Acceptor.h. Referenced by ASSA::Acceptor< SERVICE_HANDLER, PEER_ACCEPTOR >::handle_read(). |
|
Definition at line 134 of file Acceptor.h. Referenced by ASSA::Acceptor< SERVICE_HANDLER, PEER_ACCEPTOR >::activateServiceHandler(). |