class RemoteShellConnection

RemoteShellConnection is a subclass of ByteStreamConnection that reads and writes bytes to/from a socket. More...

Definition#include <sysadm/RemoteShellConnection.h>
InheritsByteStreamConnection
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

RemoteShellConnection is a subclass of ByteStreamConnection that reads and writes bytes to/from a socket.

 RemoteShellConnection (int fdIn, int fdOut)

Constructor. RemoteShellConnection() assumes ownership of fdIn/Out, meaning that it will be closed in ~RemoteShellConnection().

RemoteShellConnection ()

Destructor.

void  sendData (const void* data, size_t nbytes)

[protected virtual]

Send data to our peer.

Reimplemented from ByteStreamConnection.

ssize_t  receiveData (void* data, size_t nbytes)

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