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