#include <TCPStream.h>
Inheritance diagram for TCPStream:

Public Methods | |
| TCPStream () | |
| ~TCPStream () | |
| int | createSocket (Address &addr, int port=0, int flag=UDP_PORT_STRICT) |
| void | closeSocket () |
| int | getLocalPort () |
| int | sendData (Buffer *data) |
| int | sendDataN (Buffer *data) |
| int | waitData (Buffer *data) |
| virtual int | compare (Object *) |
| virtual Object * | Copy () |
|
|
|
|
|
|
|
|
|
|
|
To ensure a consistent comparison interface and to allow comparison of all kinds of different objects, we will define a comparison functions. |
|
|
To allow a deep copy of data structures we will define a standard interface... This member will return a copy of itself, freshly allocated and deep copied. Reimplemented in List. Definition at line 37 of file Object.h. Referenced by List::Copy(), and List::operator=(). |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18