Public Methods | |
ACE_POSIX_AIOCB_Asynch_Transmit_Handler (ACE_POSIX_AIOCB_Proactor *posix_aiocb_proactor, ACE_POSIX_Asynch_Transmit_File_Result *result) | |
virtual | ~ACE_POSIX_AIOCB_Asynch_Transmit_Handler (void) |
int | transmit (void) |
Protected Methods | |
virtual void | handle_write_stream (const ACE_Asynch_Write_Stream::Result &result) |
This method will be called when an asynchronous write completes on a stream. More... | |
virtual void | handle_read_file (const ACE_Asynch_Read_File::Result &result) |
This method will be called when an asynchronous read completes on a file. More... | |
int | initiate_read_file (void) |
Protected Attributes | |
ACE_POSIX_AIOCB_Asynch_Read_File | rf_ |
ACE_POSIX_AIOCB_Asynch_Write_Stream | ws_ |
|
|
|
|
|
This method will be called when an asynchronous read completes on a file.
Reimplemented from ACE_Handler. |
|
This method will be called when an asynchronous write completes on a stream.
Reimplemented from ACE_Handler. |
|
|
|
|
|
|
|
|