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

RWPortalImp

Module:  Essential Networking Module   Package:  Networking


Does not inherit

Local Index

Members

Header File

#include <rw/network/RWPortalImp.h>

Description

RWPortalImp is an abstract base class from which to create specialized portal types. This class is the implementation class for RWPortal, and objects deriving from it should not be accessed directly, but rather by the interface RWPortal.

Classes derived from RWPortalImp implement the operations defined by the RWPortalImp interface.

Public Destructor

virtual
~RWPortalImp();

Public Member Functions

virtual RWNetBuf 
recv() =0;
virtual RWNetBuf 
recv(unsigned long timeout);
virtual int
recv(char* buf, int len, RWNetBuf::State* state, unsigned long timeout);
virtual int 
recv(char * buf, int len, RWNetBuf::State* state) =0;
virtual int 
send(const char *buf, int len) =0;
virtual int 
send(const char* buf, int len, unsigned long timeout);


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.