NAME

ACE_UPIPE_Connector - Defines an active connection factory for the ACE_UPIPE_STREAM wrappers.

SYNOPSIS

#include <ace/UPIPE_Connector.h>

class ACE_UPIPE_Connector { public: ACE_UPIPE_Connector (void); ACE_UPIPE_Connector ( ACE_UPIPE_Stream &new_stream, const ACE_UPIPE_Addr &addr, ACE_Time_Value *timeout = 0, const ACE_Addr &local_sap = ACE_Addr::sap_any, int reuse_addr = 0, int flags = O_RDWR, int perms = 0 ); int connect ( ACE_UPIPE_Stream &new_stream, const ACE_UPIPE_Addr &addr, ACE_Time_Value *timeout = 0, const ACE_Addr &local_sap = ACE_Addr::sap_any, int reuse_addr = 0, int flags = O_RDWR, int perms = 0 ); int reset_new_handle (ACE_HANDLE handle); typedef ACE_UPIPE_Addr PEER_ADDR; typedef ACE_UPIPE_Stream PEER_STREAM; void dump (void) const; ACE_ALLOC_HOOK_DECLARE; };

Initialization methods.

ACE_UPIPE_Connector (void);

ACE_UPIPE_Connector (
    ACE_UPIPE_Stream &new_stream,
    const ACE_UPIPE_Addr &addr,
    ACE_Time_Value *timeout = 0,
    const ACE_Addr &local_sap = ACE_Addr::sap_any,
    int reuse_addr = 0,
    int flags = O_RDWR,
    int perms = 0
    );

int connect (
    ACE_UPIPE_Stream &new_stream,
    const ACE_UPIPE_Addr &addr,
    ACE_Time_Value *timeout = 0,
    const ACE_Addr &local_sap = ACE_Addr::sap_any,
    int reuse_addr = 0,
    int flags = O_RDWR,
    int perms = 0
    );

int reset_new_handle (ACE_HANDLE handle);

Meta-type info

typedef ACE_UPIPE_Addr PEER_ADDR;

typedef ACE_UPIPE_Stream PEER_STREAM;

void dump (void) const;

ACE_ALLOC_HOOK_DECLARE;

AUTHOR

Gerhard Lenzer and Douglas C. Schmidt

LIBRARY

ace