#include <HTTP_Handler.h>
Inheritance diagram for HTTP_Handler:
Public Member Functions | |
HTTP_Handler (void) | |
Null constructor, insures that it works properly with Connector. | |
HTTP_Handler (ACE_Message_Block *mb, ACE_TCHAR *filename) | |
Always use this constructor to make HTTP_Handlers. | |
size_t | byte_count (void) |
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. | |
~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_ |
|
|
|
Null constructor, insures that it works properly with Connector.
|
|
Always use this constructor to make HTTP_Handlers.
|
|
|
|
returns the number of bytes read/written in the last operation.
|
|
Close down the Blob.
Reimplemented from ACE_Svc_Handler< ACE_SOCK_STREAM, ACE_NULL_SYNCH >. |
|
Activate this instance of the <http_handler>.
Reimplemented from ACE_Svc_Handler< ACE_SOCK_STREAM, ACE_NULL_SYNCH >. |
|
Reimplemented in HTTP_Reader. |
|
Reimplemented in HTTP_Reader. |
|
|
|
|
|
|