#include <POSIX_Asynch_IO.h>
Inheritance diagram for ACE_POSIX_Asynch_Write_Dgram_Result:


Public Member Functions | |
| size_t | bytes_to_write (void) const | 
| ACE_Message_Block * | message_block (void) const | 
| Message block which contains the sent data.   | |
| int | flags (void) const | 
| The flags using in the write.   | |
| ACE_HANDLE | handle (void) const | 
| I/O handle used for writing.   | |
Protected Member Functions | |
| ACE_POSIX_Asynch_Write_Dgram_Result (const ACE_Handler::Proxy_Ptr &handler_proxy, ACE_HANDLE handle, ACE_Message_Block *message_block, size_t bytes_to_write, int flags, const void *act, ACE_HANDLE event, int priority, int signal_number) | |
| virtual void | complete (size_t bytes_transferred, int success, const void *completion_key, u_long error) | 
| ACE_Proactor will call this method when the write completes.   | |
| virtual | ~ACE_POSIX_Asynch_Write_Dgram_Result (void) | 
| Destructor.   | |
Protected Attributes | |
| size_t | bytes_to_write_ | 
| ACE_Message_Block * | message_block_ | 
| Message block used for the send.   | |
| int | flags_ | 
| The flags using in the write.   | |
| ACE_HANDLE | handle_ | 
| I/O handle used for writing.   | |
Friends | |
| class | ACE_POSIX_Asynch_Write_Dgram | 
| Factory classes will have special permissions.   | |
| class | ACE_POSIX_Proactor | 
| Proactor class has special permission.   | |
      
  | 
  ||||||||||||||||||||||||||||||||||||||||
| 
 Constructor is protected since creation is limited to ACE_Asynch_Write_Stream factory.  | 
  
      
  | 
  
| 
 Destructor. 
  | 
  
      
  | 
  
| 
 The number of bytes which were requested at the start of the asynchronous write. Implements ACE_Asynch_Write_Dgram_Result_Impl.  | 
  
      
  | 
  ||||||||||||||||||||
| 
 ACE_Proactor will call this method when the write completes. 
 Implements ACE_Asynch_Result_Impl.  | 
  
      
  | 
  
| 
 The flags using in the write. 
 Implements ACE_Asynch_Write_Dgram_Result_Impl.  | 
  
      
  | 
  
| 
 I/O handle used for writing. 
 Implements ACE_Asynch_Write_Dgram_Result_Impl.  | 
  
      
  | 
  
| 
 Message block which contains the sent data. 
 Implements ACE_Asynch_Write_Dgram_Result_Impl.  | 
  
      
  | 
  
| 
 Factory classes will have special permissions. 
  | 
  
      
  | 
  
| 
 Proactor class has special permission. 
  | 
  
      
  | 
  
| 
 The number of bytes which were requested at the start of the asynchronous write.  | 
  
      
  | 
  
| 
 The flags using in the write. 
  | 
  
      
  | 
  
| 
 I/O handle used for writing. 
  | 
  
      
  | 
  
| 
 Message block used for the send. 
  | 
  
 1.3.9.1