rwlogo
SourcePro 11.1

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWAgent Class Reference
[Internet Basics]

Base class for all protocol-specific agents. More...

#include <rw/internet/RWAgent.h>

Inheritance diagram for RWAgent:
RWFtpAgent RWPop3Agent RWSmtpAgent

List of all members.

Protected Member Functions

 RWAgent (void)
 RWAgent (RWAgentImp *i)

Protected Attributes

RWTNetHandle< RWAgentImp > impl_

Detailed Description

RWAgent is the base class from which all specific protocol agents are built. Both of the constructors included in the RWAgent class are protected, so an RWAgent object can be constructed only by its specific protocol agents.

RWAgent and its derived protocol-agent classes are lightweight handles. They are implemented using the interface-implementation idiom.


Constructor & Destructor Documentation

RWAgent::RWAgent ( void   )  [protected]

Constructs a default invalid RWAgent.

RWAgent::RWAgent ( RWAgentImp *  i  )  [protected]

Constructs an RWAgent with a specific implementation.


Member Data Documentation

RWTNetHandle<RWAgentImp> RWAgent::impl_ [protected]

Contains the underlying implementation pointer that performs protocol actions.


© 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.