#include "ace/Service_Object.h"
#include "ace/Strategies_T.h"
#include "ace/Synch_Options.h"
#include "ace/Handle_Set.h"
#include "ace/Connector.cpp"
Include dependency graph for Connector.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Connector |
Generic factory for actively connecting clients and creating service handlers (SVC_HANDLERs). More... | |
class | ACE_Connector_Base |
This base interface allows ACE_NonBlocking_Connect_Handler to only care about the SVC_HANDLER template parameter of the ACE_Connector. Otherwise, ACE_NonBlocking_Connect_Handler would have to be configured with all the template parameters that ACE_Connector is configured with. More... | |
class | ACE_NonBlocking_Connect_Handler |
Performs non-blocking connects on behalf of the Connector. More... | |
class | ACE_Strategy_Connector |
Abstract factory for creating a service handler (SVC_HANDLER), connecting the SVC_HANDLER, and activating the SVC_HANDLER. More... |