Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWIAgent



Module

Networking Tools: Thread-hot Internet Classes (int library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Data Types

Synopsis

#include <rw/toolpro/agent.h>

Required Libraries

thr, net, int, tls (and possibly std)

Description

An RWIAgent is the base class that all specific protocol agents are built from. Since both of the constructors provided in the RWIAgent class are protected, an RWIAgent object can only be constructed by its specific protocol agents.

RWIAgent and their derived protocol-agent classes are lightweight handles. They are implemented using the interface-implementation pattern.

Protected Constructors

RWIAgent(); 
RWIAgent(RWIAgentImpl* impl);

Protected Data Members

RWNetHandle<RWIAgentImpl>
impl_;


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.