#include <POSIX_Asynch_IO.h>
Inheritance diagram for ACE_POSIX_Asynch_Read_Dgram_Result:
Public Methods | |
u_long | bytes_to_read (void) const |
The number of bytes which were requested at the start of the asynchronous read. More... | |
ACE_Message_Block * | message_block (void) const |
Message block which contains the read data. More... | |
int | remote_address (ACE_Addr &addr) const |
The address of where the packet came from. More... | |
sockaddr * | saddr () const |
int | flags (void) const |
The flags used in the read. More... | |
ACE_HANDLE | handle (void) const |
I/O handle used for reading. More... | |
u_long | bytes_transferred (void) const |
Number of bytes transferred by the operation. More... | |
const void * | act (void) const |
ACT associated with the operation. More... | |
int | success (void) const |
Did the operation succeed? More... | |
const void * | completion_key (void) const |
u_long | error (void) const |
Error value if the operation fail. More... | |
ACE_HANDLE | event (void) const |
Event associated with the OVERLAPPED structure. More... | |
u_long | offset (void) const |
This really make sense only when doing file I/O. More... | |
u_long | offset_high (void) const |
Offset_high associated with the OVERLAPPED structure. More... | |
int | priority (void) const |
The priority of the asynchronous operation. Currently, this is not supported on Win32. More... | |
int | signal_number (void) const |
No-op. Returns 0. More... | |
int | post_completion (ACE_Proactor_Impl *proactor) |
Post <this> to the Proactor's completion port. More... | |
Protected Methods | |
ACE_POSIX_Asynch_Read_Dgram_Result (ACE_Handler &handler, ACE_HANDLE handle, ACE_Message_Block *message_block, u_long bytes_to_read, int flags, int protocol_family, const void *act, ACE_HANDLE event, int priority, int signal_number=0) | |
virtual void | complete (u_long bytes_transferred, int success, const void *completion_key, u_long error) |
Proactor will call this method when the read completes. More... | |
virtual | ~ACE_POSIX_Asynch_Read_Dgram_Result (void) |
Destructor. More... | |
Protected Attributes | |
u_long | bytes_to_read_ |
Bytes requested when the asynchronous read was initiated. More... | |
ACE_Message_Block * | message_block_ |
Message block for reading the data into. More... | |
ACE_Addr * | remote_address_ |
The address of where the packet came from. More... | |
int | addr_len_ |
int | flags_ |
The flags used in the read. More... | |
ACE_HANDLE | handle_ |
I/O handle used for reading. More... | |
Friends | |
class | ACE_POSIX_AIOCB_Asynch_Read_Dgram |
Factory classes will have special permissions. More... | |
class | ACE_POSIX_Proactor |
Proactor class has special permission. More... |
|
|
|
Destructor.
|
|
ACT associated with the operation.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
The number of bytes which were requested at the start of the asynchronous read.
|
|
Number of bytes transferred by the operation.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
Proactor will call this method when the read completes.
|
|
This returns the ACT associated with the handle when it was registered with the I/O completion port. This ACT is not the same as the ACT associated with the asynchronous operation. Reimplemented from ACE_POSIX_Asynch_Result. |
|
Error value if the operation fail.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
Event associated with the OVERLAPPED structure.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
The flags used in the read.
|
|
I/O handle used for reading.
|
|
Message block which contains the read data.
|
|
This really make sense only when doing file I/O.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
Offset_high associated with the OVERLAPPED structure.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
Post <this> to the Proactor's completion port.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
The priority of the asynchronous operation. Currently, this is not supported on Win32.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
The address of where the packet came from.
|
|
|
|
No-op. Returns 0.
Reimplemented from ACE_POSIX_Asynch_Result. |
|
Did the operation succeed?
Reimplemented from ACE_POSIX_Asynch_Result. |
|
Factory classes will have special permissions.
|
|
Proactor class has special permission.
|
|
|
|
Bytes requested when the asynchronous read was initiated.
|
|
The flags used in the read.
|
|
I/O handle used for reading.
|
|
Message block for reading the data into.
|
|
The address of where the packet came from.
|