TAO
2.0.8
|
#include <HTTP_Handler.h>
Public Member Functions | |
TAO_HTTP_Handler (void) | |
Null constructor, insures that it works properly with Connector. | |
TAO_HTTP_Handler (ACE_Message_Block *mb, ACE_TCHAR *filename) | |
Always use this constructor to make HTTP_Handlers. | |
size_t | byte_count (void) const |
returns the number of bytes read/written in the last operation. | |
virtual int | open (void *=0) |
Activate this instance of the <HTTP_Handler> | |
virtual int | close (u_long flags=0) |
Close down the Blob. | |
~TAO_HTTP_Handler (void) | |
Protected Types | |
enum | { MAX_HEADER_SIZE = 2048, MTU = BUFSIZ } |
Protected Member Functions | |
virtual int | send_request (void) |
virtual int | receive_reply (void) |
Protected Attributes | |
ACE_Message_Block * | mb_ |
ACE_TCHAR * | filename_ |
size_t | bytecount_ |
class to retrieve data via HTTP
anonymous enum [protected] |
TAO_HTTP_Handler::TAO_HTTP_Handler | ( | void | ) |
Null constructor, insures that it works properly with Connector.
TAO_HTTP_Handler::TAO_HTTP_Handler | ( | ACE_Message_Block * | mb, |
ACE_TCHAR * | filename | ||
) |
Always use this constructor to make HTTP_Handlers.
TAO_HTTP_Handler::~TAO_HTTP_Handler | ( | void | ) |
size_t TAO_HTTP_Handler::byte_count | ( | void | ) | const |
returns the number of bytes read/written in the last operation.
int TAO_HTTP_Handler::close | ( | u_long | flags = 0 | ) | [virtual] |
Close down the Blob.
Reimplemented from ACE_Svc_Handler< ACE_SOCK_STREAM, ACE_NULL_SYNCH >.
int TAO_HTTP_Handler::open | ( | void * | = 0 | ) | [virtual] |
Activate this instance of the <HTTP_Handler>
Reimplemented from ACE_Svc_Handler< ACE_SOCK_STREAM, ACE_NULL_SYNCH >.
int TAO_HTTP_Handler::receive_reply | ( | void | ) | [protected, virtual] |
Reimplemented in TAO_HTTP_Reader.
int TAO_HTTP_Handler::send_request | ( | void | ) | [protected, virtual] |
Reimplemented in TAO_HTTP_Reader.
size_t TAO_HTTP_Handler::bytecount_ [protected] |
ACE_TCHAR* TAO_HTTP_Handler::filename_ [protected] |
ACE_Message_Block* TAO_HTTP_Handler::mb_ [protected] |