Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Internet Protocols Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWAgent

Module:  Internet Protocols Module   Package:  Internet Basics


Does not inherit

Local Index

Members

Header File

#include <rw/internet/RWAgent.h>

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.

Protected Constructors

RWAgent(); 
RWAgent(RWAgentImp* impl);

Protected Data Member

RWNetHandle<RWAgentImp>
impl_;


Previous fileTop of DocumentContentsIndex pageNext file

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