#include <HTTP_Client.h>
Collaboration diagram for HTTP_Client:
Public Member Functions | |
HTTP_Client (void) | |
~HTTP_Client (void) | |
int | open (const ACE_TCHAR *filename, const ACE_TCHAR *hostname=ACE_DEFAULT_SERVER_HOST, u_short port=80) |
int | read (ACE_Message_Block *mb) |
int | close () |
Private Attributes | |
ACE_INET_Addr | inet_addr_ |
ACE_TCHAR * | filename_ |
ACE_Connector< HTTP_Handler, ACE_SOCK_CONNECTOR > | connector_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|