#include <HTTP_ClientRequestHandler.h>
|
virtual bool | equal (const ConnectionKey &key) const |
|
ACE::HTTP::ClientRequestHandler::HttpConnectionKey::HttpConnectionKey |
( |
const ACE_CString & |
host, |
|
|
u_short |
port |
|
) |
| |
ACE::HTTP::ClientRequestHandler::HttpConnectionKey::HttpConnectionKey |
( |
const ACE_CString & |
proxy_host, |
|
|
u_short |
proxy_port, |
|
|
const ACE_CString & |
target_host, |
|
|
u_short |
target_port |
|
) |
| |
ACE::HTTP::ClientRequestHandler::HttpConnectionKey::~HttpConnectionKey |
( |
| ) |
|
|
virtual |
bool ACE::HTTP::ClientRequestHandler::HttpConnectionKey::equal |
( |
const ConnectionKey & |
key | ) |
const |
|
protectedvirtual |
u_long ACE::HTTP::ClientRequestHandler::HttpConnectionKey::hash |
( |
| ) |
const |
|
virtual |
bool ACE::HTTP::ClientRequestHandler::HttpConnectionKey::is_proxy_connection |
( |
| ) |
const |
|
inline |
const ACE_CString & ACE::HTTP::ClientRequestHandler::HttpConnectionKey::proxy_target_host |
( |
| ) |
const |
|
inline |
u_short ACE::HTTP::ClientRequestHandler::HttpConnectionKey::proxy_target_port |
( |
| ) |
const |
|
inline |
bool ACE::HTTP::ClientRequestHandler::HttpConnectionKey::proxy_connection_ |
|
private |
ACE_CString ACE::HTTP::ClientRequestHandler::HttpConnectionKey::proxy_target_host_ |
|
private |
u_short ACE::HTTP::ClientRequestHandler::HttpConnectionKey::proxy_target_port_ |
|
private |
The documentation for this class was generated from the following files: