ACE_INet
6.1.0
|
#include <HTTPS_Session.h>
Public Types | |
typedef ACE::IOS::StreamHandler < ACE_SSL_SOCK_Stream, ACE_SYNCH_USE > | connection_type |
Public Member Functions | |
Session_T (bool keep_alive=true) | |
Session_T (const ACE_Time_Value &timeout, bool keep_alive=true, const ACE_Time_Value *alive_timeout=0) | |
virtual | ~Session_T () |
virtual bool | is_connected () const |
bool | attach_connection (connection_type *connection) |
Protected Member Functions | |
void | close_connection () |
virtual bool | connect_i (const ACE_Synch_Options &sync_opt) |
virtual void | close_i () |
virtual std::iostream & | sock_stream () |
Private Types | |
typedef ACE::IOS::SSLSock_IOStreamBase < ACE_SYNCH_USE > | sock_stream_type |
Private Attributes | |
connection_type * | connection_ |
sock_stream_type * | sock_stream_ |
typedef ACE::IOS::StreamHandler<ACE_SSL_SOCK_Stream, ACE_SYNCH_USE> ACE::HTTPS::Session_T< ACE_SYNCH_DECL >::connection_type |
typedef ACE::IOS::SSLSock_IOStreamBase<ACE_SYNCH_USE> ACE::HTTPS::Session_T< ACE_SYNCH_DECL >::sock_stream_type [private] |
ACE::HTTPS::Session_T< ACE_SYNCH_DECL >::Session_T | ( | bool | keep_alive = true | ) |
ACE::HTTPS::Session_T< ACE_SYNCH_DECL >::Session_T | ( | const ACE_Time_Value & | timeout, |
bool | keep_alive = true , |
||
const ACE_Time_Value * | alive_timeout = 0 |
||
) |
ACE::HTTPS::Session_T< ACE_SYNCH_DECL >::~Session_T | ( | ) | [virtual] |
bool ACE::HTTPS::Session_T< ACE_SYNCH_DECL >::attach_connection | ( | connection_type * | connection | ) |
void ACE::HTTPS::Session_T< ACE_SYNCH_DECL >::close_connection | ( | ) | [protected] |
void ACE::HTTPS::Session_T< ACE_SYNCH_DECL >::close_i | ( | ) | [protected, virtual] |
Implements ACE::HTTP::SessionBase.
bool ACE::HTTPS::Session_T< ACE_SYNCH_DECL >::connect_i | ( | const ACE_Synch_Options & | sync_opt | ) | [protected, virtual] |
Implements ACE::HTTP::SessionBase.
bool ACE::HTTPS::Session_T< ACE_SYNCH_DECL >::is_connected | ( | ) | const [virtual] |
Implements ACE::HTTP::SessionBase.
std::iostream & ACE::HTTPS::Session_T< ACE_SYNCH_DECL >::sock_stream | ( | ) | [protected, virtual] |
Implements ACE::HTTP::SessionBase.
connection_type* ACE::HTTPS::Session_T< ACE_SYNCH_DECL >::connection_ [private] |
sock_stream_type* ACE::HTTPS::Session_T< ACE_SYNCH_DECL >::sock_stream_ [private] |