#include <HTTP_ClientRequestHandler.h>
List of all members.
Constructor & Destructor Documentation
ACE::HTTP::ClientRequestHandler::ClientRequestHandler |
( |
| ) |
|
ACE::HTTP::ClientRequestHandler::~ClientRequestHandler |
( |
| ) |
[virtual] |
Member Function Documentation
void ACE::HTTP::ClientRequestHandler::close_connection |
( |
| ) |
[protected] |
void ACE::HTTP::ClientRequestHandler::handle_connection_error |
( |
const URL & |
url | ) |
[protected, virtual] |
std::istream & ACE::HTTP::ClientRequestHandler::handle_get_request |
( |
const URL & |
url | ) |
[virtual] |
std::istream & ACE::HTTP::ClientRequestHandler::handle_open_request |
( |
const ACE::INet::URL_Base & |
url | ) |
[virtual] |
void ACE::HTTP::ClientRequestHandler::handle_request_error |
( |
const URL & |
url | ) |
[protected, virtual] |
bool ACE::HTTP::ClientRequestHandler::initialize_connection |
( |
const ACE_CString & |
scheme, |
|
|
const ACE_CString & |
host, |
|
|
u_short |
port, |
|
|
bool |
proxy_conn = false , |
|
|
const ACE_CString & |
proxy_host = Request::EMPTY , |
|
|
u_short |
proxy_port = 0 |
|
) |
| [protected, virtual] |
void ACE::HTTP::ClientRequestHandler::initialize_request |
( |
const URL & |
url, |
|
|
Request & |
request |
|
) |
| [protected, virtual] |
bool ACE::HTTP::ClientRequestHandler::is_response_ok |
( |
| ) |
const [virtual] |
void ACE::HTTP::ClientRequestHandler::on_eof |
( |
void |
| ) |
[protected, virtual] |
void ACE::HTTP::ClientRequestHandler::release_connection |
( |
| ) |
[protected] |
Request & ACE::HTTP::ClientRequestHandler::request |
( |
| ) |
[inline, virtual] |
const Request & ACE::HTTP::ClientRequestHandler::request |
( |
| ) |
const [inline, virtual] |
std::ostream & ACE::HTTP::ClientRequestHandler::request_stream |
( |
| ) |
[inline] |
Response & ACE::HTTP::ClientRequestHandler::response |
( |
| ) |
[inline, virtual] |
const Response & ACE::HTTP::ClientRequestHandler::response |
( |
| ) |
const [inline, virtual] |
std::istream & ACE::HTTP::ClientRequestHandler::response_stream |
( |
| ) |
[inline, virtual] |
SessionHolder & ACE::HTTP::ClientRequestHandler::session |
( |
| ) |
[inline, protected] |
void ACE::HTTP::ClientRequestHandler::session |
( |
SessionHolder * |
session | ) |
[inline, protected] |
Member Data Documentation
The documentation for this class was generated from the following files: