| ACE
    6.2.5
    | 
Defines the format and interface for the connector side of the ACE_LSOCK_Stream. More...
#include <LSOCK_Connector.h>


| Public Types | |
| typedef ACE_UNIX_Addr | PEER_ADDR | 
| typedef ACE_LSOCK_Stream | PEER_STREAM | 
|  Public Types inherited from ACE_SOCK_Connector | |
| typedef ACE_INET_Addr | PEER_ADDR | 
| typedef ACE_SOCK_Stream | PEER_STREAM | 
| Public Member Functions | |
| ACE_LSOCK_Connector (void) | |
| Default constructor.  More... | |
| ACE_LSOCK_Connector (ACE_LSOCK_Stream &new_stream, const ACE_UNIX_Addr &remote_sap, ACE_Time_Value *timeout=0, const ACE_Addr &local_sap=ACE_Addr::sap_any, int reuse_addr=0, int flags=0, int perms=0) | |
| int | connect (ACE_LSOCK_Stream &new_stream, const ACE_UNIX_Addr &remote_sap, ACE_Time_Value *timeout=0, const ACE_Addr &local_sap=ACE_Addr::sap_any, int reuse_addr=0, int flags=0, int perms=0) | 
| void | dump (void) const | 
| Dump the state of an object.  More... | |
|  Public Member Functions inherited from ACE_SOCK_Connector | |
| ACE_SOCK_Connector (void) | |
| Default constructor.  More... | |
| ACE_SOCK_Connector (ACE_SOCK_Stream &new_stream, const ACE_Addr &remote_sap, const ACE_Time_Value *timeout=0, const ACE_Addr &local_sap=ACE_Addr::sap_any, int reuse_addr=0, int flags=0, int perms=0, int protocol=0) | |
| ACE_SOCK_Connector (ACE_SOCK_Stream &new_stream, const ACE_Addr &remote_sap, ACE_QoS_Params qos_params, const ACE_Time_Value *timeout=0, const ACE_Addr &local_sap=ACE_Addr::sap_any, ACE_Protocol_Info *protocolinfo=0, ACE_SOCK_GROUP g=0, u_long flags=0, int reuse_addr=0, int perms=0) | |
| int | connect (ACE_SOCK_Stream &new_stream, const ACE_Addr &remote_sap, const ACE_Time_Value *timeout=0, const ACE_Addr &local_sap=ACE_Addr::sap_any, int reuse_addr=0, int flags=0, int perms=0, int protocol=0) | 
| int | connect (ACE_SOCK_Stream &new_stream, const ACE_Addr &remote_sap, ACE_QoS_Params qos_params, const ACE_Time_Value *timeout=0, const ACE_Addr &local_sap=ACE_Addr::sap_any, ACE_Protocol_Info *protocolinfo=0, ACE_SOCK_GROUP g=0, u_long flags=0, int reuse_addr=0, int perms=0) | 
| ~ACE_SOCK_Connector (void) | |
| Default destructor.  More... | |
| int | complete (ACE_SOCK_Stream &new_stream, ACE_Addr *remote_sap=0, const ACE_Time_Value *timeout=0) | 
| bool | reset_new_handle (ACE_HANDLE handle) | 
| Resets any event associations on this handle.  More... | |
| void | dump (void) const | 
| Dump the state of an object.  More... | |
| Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks.  More... | |
|  Public Attributes inherited from ACE_SOCK_Connector | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks.  More... | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from ACE_SOCK_Connector | |
| int | shared_open (ACE_SOCK_Stream &new_stream, int protocol_family, int protocol, int reuse_addr) | 
| int | shared_open (ACE_SOCK_Stream &new_stream, int protocol_family, int protocol, ACE_Protocol_Info *protocolinfo, ACE_SOCK_GROUP g, u_long flags, int reuse_addr) | 
| int | shared_connect_start (ACE_SOCK_Stream &new_stream, const ACE_Time_Value *timeout, const ACE_Addr &local_sap) | 
| Perform operations that must be called before <ACE_OS::connect>.  More... | |
| int | shared_connect_finish (ACE_SOCK_Stream &new_stream, const ACE_Time_Value *timeout, int result) | 
| Perform operations that must be called after <ACE_OS::connect>.  More... | |
Defines the format and interface for the connector side of the ACE_LSOCK_Stream.
| ACE_LSOCK_Connector::ACE_LSOCK_Connector | ( | void | ) | 
Default constructor.
| ACE_LSOCK_Connector::ACE_LSOCK_Connector | ( | ACE_LSOCK_Stream & | new_stream, | 
| const ACE_UNIX_Addr & | remote_sap, | ||
| ACE_Time_Value * | timeout = 0, | ||
| const ACE_Addr & | local_sap = ACE_Addr::sap_any, | ||
| int | reuse_addr = 0, | ||
| int | flags = 0, | ||
| int | perms = 0 | ||
| ) | 
Actively connect and produce a new_stream if things go well. All arguments are relayed to the ACE_SOCK_Connector constructor for handling.
| 
 | inline | 
Actively connect and produce a new_stream if things go well. The ACE_SOCK_Connector::connect() method is called to perform the actual connection attempt. 
| void ACE_LSOCK_Connector::dump | ( | void | ) | const | 
Dump the state of an object.
| ACE_LSOCK_Connector::ACE_ALLOC_HOOK_DECLARE | 
Declare the dynamic allocation hooks.
 1.8.6
 1.8.6