#include <HTTP_Handler.h>
Inheritance diagram for HTTP_Handler:
Public Member Functions | |
HTTP_Handler (void) | |
HTTP_Handler (ACE_Message_Block *mb, ACE_TCHAR *filename) | |
int | byte_count (void) |
virtual int | open (void *=0) |
virtual int | close (u_long flags=0) |
~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_ |
int | bytecount_ |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from ACE_Svc_Handler< ACE_SOCK_STREAM, ACE_NULL_SYNCH >. |
|
Reimplemented from ACE_Svc_Handler< ACE_SOCK_STREAM, ACE_NULL_SYNCH >. |
|
Reimplemented in HTTP_Reader. |
|
Reimplemented in HTTP_Reader. |
|
|
|
|
|
|