ACE 8.0.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
ACE_LSOCK_Connector Class Reference

Defines the format and interface for the connector side of the ACE_LSOCK_Stream. More...

#include <LSOCK_Connector.h>

Inheritance diagram for ACE_LSOCK_Connector:
Inheritance graph
[legend]
Collaboration diagram for ACE_LSOCK_Connector:
Collaboration graph
[legend]

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 ()
 Default constructor.
 
 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 () const
 Dump the state of an object.
 
- Public Member Functions inherited from ACE_SOCK_Connector
 ACE_SOCK_Connector ()
 Default constructor.
 
 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 ()
 Default destructor.
 
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.
 
void dump () const
 Dump the state of an object.
 

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.
 
- Public Attributes inherited from ACE_SOCK_Connector
 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.
 

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>.
 
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>.
 

Detailed Description

Defines the format and interface for the connector side of the ACE_LSOCK_Stream.

Member Typedef Documentation

◆ PEER_ADDR

◆ PEER_STREAM

Constructor & Destructor Documentation

◆ ACE_LSOCK_Connector() [1/2]

ACE_LSOCK_Connector::ACE_LSOCK_Connector ( )

Default constructor.

◆ ACE_LSOCK_Connector() [2/2]

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.

See also
ACE_SOCK_Connector().

Member Function Documentation

◆ connect()

int ACE_LSOCK_Connector::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 )
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.

See also
ACE_SOCK_Connector::connect().

◆ dump()

void ACE_LSOCK_Connector::dump ( ) const

Dump the state of an object.

Member Data Documentation

◆ ACE_ALLOC_HOOK_DECLARE

ACE_LSOCK_Connector::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.


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