ACE_INet  6.0.7
Public Types | Public Member Functions | Protected Member Functions | Private Types | Private Attributes
ACE::HTTP::Session_T Class Reference

#include <HTTP_Session.h>

Inheritance diagram for ACE::HTTP::Session_T:
Inheritance graph
[legend]
Collaboration diagram for ACE::HTTP::Session_T:
Collaboration graph
[legend]

List of all members.

Public Types

typedef
ACE::IOS::StreamHandler
< ACE_SOCK_STREAM,
ACE_SYNCH_USE
connection_type

Public Member Functions

 Session_T (bool keep_alive=false)
 Session_T (const ACE_Time_Value &timeout, bool keep_alive=false, 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::Sock_IOStreamBase
< ACE_SYNCH_USE
sock_stream_type

Private Attributes

connection_typeconnection_
sock_stream_typesock_stream_

Member Typedef Documentation


Constructor & Destructor Documentation

ACE::HTTP::Session_T::Session_T ( bool  keep_alive = false)
ACE::HTTP::Session_T::Session_T ( const ACE_Time_Value timeout,
bool  keep_alive = false,
const ACE_Time_Value alive_timeout = 0 
)
ACE::HTTP::Session_T::~Session_T ( ) [virtual]

Member Function Documentation

bool ACE::HTTP::Session_T::attach_connection ( connection_type connection)
void ACE::HTTP::Session_T::close_connection ( ) [protected]
void ACE::HTTP::Session_T::close_i ( ) [protected, virtual]
bool ACE::HTTP::Session_T::connect_i ( const ACE_Synch_Options sync_opt) [protected, virtual]
bool ACE::HTTP::Session_T::is_connected ( ) const [virtual]
std::iostream & ACE::HTTP::Session_T::sock_stream ( ) [protected, virtual]

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines