|
|
SocketConnection is a subclass of ByteStreamConnection that reads and writes bytes to/from a socket.
|
Constructor. SocketConnection() assumes ownership of "sock", meaning that it will be closed in ~SocketConnection().
~ |
Destructor.
String |
[virtual]
Get the name of the host at the other end of the connection.
Reimplemented from Connection.
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. |