rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWHttpSocketClient Class Reference
[HTTP]

Handle class for parent RWHttpClient, providing implementation-specific details for HTTP clients. More...

#include <rw/http/RWHttpSocketClient.h>

Inheritance diagram for RWHttpSocketClient:
RWHttpClient RWHandleBase

List of all members.

Public Member Functions

 RWHttpSocketClient (void)
 RWHttpSocketClient (const RWHttpSocketClient &client)
RWHttpSocketClientoperator= (const RWHttpSocketClient &other)
virtual ~RWHttpSocketClient ()

Static Public Member Functions

static RWHttpSocketClient make ()

Protected Member Functions

RWHttpSocketClientImp & body () const

Detailed Description

RWHttpSocketClient is a derived handle class for RWHttpClient. It provides implementation specific details for HTTP clients over normal network sockets.


Constructor & Destructor Documentation

RWHttpSocketClient::RWHttpSocketClient ( void   )  [inline]

Default constructor.

RWHttpSocketClient::RWHttpSocketClient ( const RWHttpSocketClient client  )  [inline]

Copy constructor.

virtual RWHttpSocketClient::~RWHttpSocketClient (  )  [virtual]

Virtual destructor.


Member Function Documentation

RWHttpSocketClientImp & RWHttpSocketClient::body ( void   )  const [inline, protected]

Returns a reference to the body.

Reimplemented from RWHttpClient.

static RWHttpSocketClient RWHttpSocketClient::make (  )  [static]

Creates a new initialized RWHttpSocketClient.

RWHttpSocketClient & RWHttpSocketClient::operator= ( const RWHttpSocketClient other  )  [inline]

Assignment operator.

 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.