ACE 8.0.0
|
Implementation for transmit_file will make use of POSIX_Asynch_Transmit_Handler. More...
#include <POSIX_Asynch_IO.h>
Additional Inherited Members | |
![]() | |
ACE_Asynch_Transmit_File_Impl () | |
Do-nothing constructor. | |
![]() | |
ACE_Asynch_Operation_Impl () | |
Do-nothing constructor. | |
![]() | |
ACE_POSIX_Asynch_Operation (ACE_POSIX_Proactor *posix_proactor) | |
Constructor. | |
virtual | ~ACE_POSIX_Asynch_Operation () |
Destructor. | |
![]() | |
ACE_POSIX_Proactor * | posix_proactor_ |
ACE_Proactor * | proactor_ |
Proactor that this Asynch IO will be registered with. | |
ACE_Handler::Proxy_Ptr | handler_proxy_ |
Handler that will receive the callback. | |
ACE_HANDLE | handle_ |
I/O handle used for reading. | |
Implementation for transmit_file will make use of POSIX_Asynch_Transmit_Handler.
ACE_POSIX_Asynch_Transmit_File::ACE_POSIX_Asynch_Transmit_File | ( | ACE_POSIX_Proactor * | posix_proactor | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
This starts off an asynchronous transmit file. The <file> is a handle to an open file. <header_and_trailer> is a pointer to a data structure that contains pointers to data to send before and after the file data is sent. Set this parameter to 0 if you only want to transmit the file data. Upto bytes_to_write will be written to the <socket>. If you want to send the entire file, let bytes_to_write = 0. bytes_per_send is the size of each block of data sent per send operation. Please read the POSIX documentation on what the flags should be.
Implements ACE_Asynch_Transmit_File_Impl.