#include <HTTP_SessionBase.h>
◆ anonymous enum
Enumerator |
---|
DEFAULT_TIMEOUT | |
DEFAULT_KEEP_ALIVE_TIMEOUT | |
◆ SessionBase() [1/2]
ACE::HTTP::SessionBase::SessionBase |
( |
u_short | port, |
|
|
bool | keep_alive = false ) |
◆ SessionBase() [2/2]
ACE::HTTP::SessionBase::SessionBase |
( |
u_short | port, |
|
|
const ACE_Time_Value & | timeout, |
|
|
bool | keep_alive = false, |
|
|
const ACE_Time_Value * | alive_timeout = 0 ) |
◆ ~SessionBase()
ACE::HTTP::SessionBase::~SessionBase |
( |
| ) |
|
|
virtual |
◆ close()
void ACE::HTTP::SessionBase::close |
( |
| ) |
|
◆ close_i()
virtual void ACE::HTTP::SessionBase::close_i |
( |
| ) |
|
|
protectedpure virtual |
◆ close_streams()
void ACE::HTTP::SessionBase::close_streams |
( |
| ) |
|
|
inlineprotected |
◆ connect()
bool ACE::HTTP::SessionBase::connect |
( |
bool | use_reactor = false | ) |
|
◆ connect_i()
◆ get_host()
const ACE_CString & ACE::HTTP::SessionBase::get_host |
( |
| ) |
const |
|
inline |
◆ get_port()
u_short ACE::HTTP::SessionBase::get_port |
( |
| ) |
const |
|
inline |
◆ get_proxy_target_host()
const ACE_CString & ACE::HTTP::SessionBase::get_proxy_target_host |
( |
| ) |
const |
|
inline |
◆ get_proxy_target_port()
u_short ACE::HTTP::SessionBase::get_proxy_target_port |
( |
| ) |
const |
|
inline |
◆ is_connected()
virtual bool ACE::HTTP::SessionBase::is_connected |
( |
| ) |
const |
|
pure virtual |
◆ is_proxy_connection()
bool ACE::HTTP::SessionBase::is_proxy_connection |
( |
| ) |
const |
|
inline |
◆ keep_alive()
bool ACE::HTTP::SessionBase::keep_alive |
( |
| ) |
const |
|
inline |
◆ receive_response()
std::istream & ACE::HTTP::SessionBase::receive_response |
( |
Response & | response | ) |
|
◆ reconnect_needed()
bool ACE::HTTP::SessionBase::reconnect_needed |
( |
| ) |
|
|
inlineprotected |
◆ request_stream() [1/2]
std::ostream & ACE::HTTP::SessionBase::request_stream |
( |
| ) |
|
◆ request_stream() [2/2]
◆ response_stream() [1/2]
std::istream & ACE::HTTP::SessionBase::response_stream |
( |
| ) |
|
◆ response_stream() [2/2]
◆ send_request()
std::ostream & ACE::HTTP::SessionBase::send_request |
( |
Request & | request | ) |
|
◆ set_host() [1/2]
void ACE::HTTP::SessionBase::set_host |
( |
const ACE_CString & | host | ) |
|
|
inline |
◆ set_host() [2/2]
void ACE::HTTP::SessionBase::set_host |
( |
const ACE_CString & | host, |
|
|
u_short | port ) |
|
inline |
◆ set_keep_alive()
void ACE::HTTP::SessionBase::set_keep_alive |
( |
bool | f | ) |
|
|
inline |
◆ set_port()
void ACE::HTTP::SessionBase::set_port |
( |
u_short | port | ) |
|
|
inline |
◆ set_proxy_target()
void ACE::HTTP::SessionBase::set_proxy_target |
( |
const ACE_CString & | host, |
|
|
u_short | port ) |
|
inline |
◆ sock_stream()
virtual std::iostream & ACE::HTTP::SessionBase::sock_stream |
( |
| ) |
|
|
protectedpure virtual |
◆ cannot_reconnect_
bool ACE::HTTP::SessionBase::cannot_reconnect_ |
|
protected |
◆ expects_response_body_
bool ACE::HTTP::SessionBase::expects_response_body_ |
|
protected |
◆ host_
◆ http_timeout_
◆ in_stream_
IStream* ACE::HTTP::SessionBase::in_stream_ |
|
protected |
◆ keep_alive_
bool ACE::HTTP::SessionBase::keep_alive_ |
|
protected |
◆ keep_alive_timeout_
◆ needs_reconnect_
bool ACE::HTTP::SessionBase::needs_reconnect_ |
|
protected |
◆ out_stream_
OStream* ACE::HTTP::SessionBase::out_stream_ |
|
protected |
◆ port_
u_short ACE::HTTP::SessionBase::port_ |
|
protected |
◆ proxy_connection_
bool ACE::HTTP::SessionBase::proxy_connection_ |
|
protected |
◆ proxy_target_host_
◆ proxy_target_port_
u_short ACE::HTTP::SessionBase::proxy_target_port_ |
|
protected |
◆ reactive_
bool ACE::HTTP::SessionBase::reactive_ |
|
protected |
◆ reconnect_countdown_
◆ reconnect_timer_
The documentation for this class was generated from the following files: