#include <UPIPE_Acceptor.h>
Inheritance diagram for ACE_UPIPE_Acceptor:
Public Methods | |
ACE_UPIPE_Acceptor (void) | |
Default constructor. More... | |
ACE_UPIPE_Acceptor (const ACE_UPIPE_Addr &local_sap, int reuse_addr=0) | |
Initialize passive endpoint. More... | |
int | open (const ACE_UPIPE_Addr &local_sap, int reuse_addr=0) |
Initialize passive endpoint. More... | |
~ACE_UPIPE_Acceptor (void) | |
Close down and release resources. More... | |
int | close (void) |
Close down and release resources. More... | |
int | remove (void) |
Close down and release resources and remove the underlying SPIPE rendezvous point. More... | |
int | accept (ACE_UPIPE_Stream &server_stream, ACE_UPIPE_Addr *remote_addr=0, ACE_Time_Value *timeout=0, int restart=1, int reset_new_handle=0) |
void | dump (void) const |
Dump the state of an object. More... | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. More... | |
Private Attributes | |
ACE_Thread_Manager | tm |
Manage threads. More... | |
ACE_Message_Block | mb_ |
To confirm connection establishment. More... |
|
Default constructor.
|
|
Initialize passive endpoint.
|
|
Close down and release resources.
|
|
Accept a new data transfer connection. A <timeout> of 0 means block forever, a <timeout> of {0, 0} means poll. <restart> == 1 means "restart if interrupted." |
|
Close down and release resources.
Reimplemented from ACE_SPIPE_Acceptor. |
|
Dump the state of an object.
Reimplemented from ACE_SPIPE_Acceptor. |
|
Initialize passive endpoint.
|
|
Close down and release resources and remove the underlying SPIPE rendezvous point.
Reimplemented from ACE_SPIPE_Acceptor. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_SPIPE_Acceptor. |
|
To confirm connection establishment.
|
|
Manage threads.
|