#include <POSIX_Asynch_IO.h>
Inheritance diagram for ACE_POSIX_Asynch_Transmit_File_Result:
Public Methods | |
ACE_HANDLE | socket (void) const |
Socket used for transmitting the file. More... | |
ACE_HANDLE | file (void) const |
File from which the data is read. More... | |
ACE_Asynch_Transmit_File::Header_And_Trailer * | header_and_trailer (void) const |
Header and trailer data associated with this transmit file. More... | |
size_t | bytes_to_write (void) const |
The number of bytes which were requested at the start of the asynchronous transmit file. More... | |
size_t | bytes_per_send (void) const |
Number of bytes per send requested at the start of the transmit file. More... | |
u_long | flags (void) const |
Flags which were passed into transmit file. More... | |
Protected Methods | |
ACE_POSIX_Asynch_Transmit_File_Result (ACE_Handler &handler, ACE_HANDLE socket, ACE_HANDLE file, ACE_Asynch_Transmit_File::Header_And_Trailer *header_and_trailer, size_t bytes_to_write, u_long offset, u_long offset_high, size_t bytes_per_send, u_long 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. More... | |
virtual | ~ACE_POSIX_Asynch_Transmit_File_Result (void) |
Destructor. More... | |
Protected Attributes | |
ACE_HANDLE | socket_ |
Network I/O handle. More... | |
ACE_Asynch_Transmit_File::Header_And_Trailer * | header_and_trailer_ |
Header and trailer data associated with this transmit file. More... | |
size_t | bytes_per_send_ |
Number of bytes per send requested at the start of the transmit file. More... | |
u_long | flags_ |
Flags which were passed into transmit file. More... | |
Friends | |
class | ACE_POSIX_Asynch_Transmit_File |
Factory classes will have special permissions. More... | |
class | ACE_POSIX_Asynch_Transmit_Handler |
Handlers do all the job. More... | |
class | ACE_POSIX_Proactor |
The Proactor constructs the Result class for faking results. More... |
This class has all the information necessary for the <handler> to uniquiely identify the completion of the asynchronous transmit file.
|
|
|
Destructor.
|
|
Number of bytes per send requested at the start of the transmit file.
Reimplemented from ACE_Asynch_Transmit_File_Result_Impl. |
|
The number of bytes which were requested at the start of the asynchronous transmit file.
Reimplemented from ACE_Asynch_Transmit_File_Result_Impl. |
|
ACE_Proactor will call this method when the write completes.
Reimplemented from ACE_Asynch_Result_Impl. |
|
File from which the data is read.
Reimplemented from ACE_Asynch_Transmit_File_Result_Impl. |
|
Flags which were passed into transmit file.
Reimplemented from ACE_Asynch_Transmit_File_Result_Impl. |
|
Header and trailer data associated with this transmit file.
Reimplemented from ACE_Asynch_Transmit_File_Result_Impl. |
|
Socket used for transmitting the file.
Reimplemented from ACE_Asynch_Transmit_File_Result_Impl. |
|
Factory classes will have special permissions.
|
|
Handlers do all the job.
|
|
The Proactor constructs the Result class for faking results.
|
|
Number of bytes per send requested at the start of the transmit file.
|
|
Flags which were passed into transmit file.
|
|
Header and trailer data associated with this transmit file.
|
|
Network I/O handle.
|