#include <LSOCK_Stream.h>
Inheritance diagram for ACE_LSOCK_Stream:
Public Types | |
typedef ACE_UNIX_Addr | PEER_ADDR |
Public Methods | |
ssize_t | send_msg (const iovec iov[], size_t n, ACE_HANDLE handle) |
Send iovecs via <writev>. | |
ssize_t | recv_msg (iovec iov[], size_t n, ACE_HANDLE &handle) |
Send iovecs via <writev>. | |
ACE_HANDLE | get_handle (void) const |
Get handle. | |
void | set_handle (ACE_HANDLE fd) |
Overrides set_handle from the base classes. | |
void | dump (void) const |
Dump the state of an object. | |
int | get_local_addr (ACE_Addr &) const |
This method simply returns the "local" addr. | |
int | get_remote_addr (ACE_Addr &) const |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. |
|
Reimplemented from ACE_SOCK_Stream. |
|
Dump the state of an object.
Reimplemented from ACE_LSOCK. |
|
Get handle.
Reimplemented from ACE_LSOCK. |
|
This method simply returns the "local" addr.
Reimplemented from ACE_SOCK. |
|
This method returns the "local" addr since it's the same value for UNIX domain sockets. Reimplemented from ACE_SOCK. |
|
Send iovecs via <writev>.
|
|
Send iovecs via <writev>.
|
|
Overrides set_handle from the base classes.
Reimplemented from ACE_LSOCK. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_LSOCK. |