|
|
RemoteShellConnection is a subclass of ByteStreamConnection that reads and writes bytes to/from a socket.
|
Constructor. RemoteShellConnection() assumes ownership of fdIn/Out, meaning that it will be closed in ~RemoteShellConnection().
~ |
Destructor.
void |
[protected virtual]
Send data to our peer.
Reimplemented from ByteStreamConnection.
ssize_t |
[protected virtual]
Receive data from our peer.
Reimplemented from ByteStreamConnection.
Generated by: rusty@irem on Mon Sep 18 18:07:52 2000, using kdoc 2.0a36. |