StaticIOConnection Class Reference
#include <StaticIOConnection.h>
List of all members.
|
Public Member Functions |
| StaticIOConnection (FILE *in, FILE *out, int clientId) |
void | setReadCallback (ReadCallback *callback) |
virtual | JCPN (Reader)*getIn() |
virtual | JCPN (Writer)*getOut() |
virtual void | shutdown () |
virtual char * | getName () |
int | getId () |
Private Member Functions |
| JCPN (Reader)*reader |
| JCPN (Writer)*writer |
Private Attributes |
FILE * | in |
FILE * | out |
int | clientId |
Detailed Description
- Author
- baallan
Created : <2000-08-10 13:35:45 pippin> Last modified Time-stamp: <2000-08-10 13:35:58 pippin>
A free-standing connection to a couple of file pointers. Because it does not depend on a ConnectionManager, it will not have asynchronous reads, nor can it be disconnected and reconnected.
The documentation for this class was generated from the following file: