class CAVERNnet_tcpServer_c : public CAVERNnet_socketbase_c TCP Class for creating servers
| | setTimeOut (int t) Set timeout period when performing read() or write() operations |
|
| getTimeOut () Get timeout period. |
|
| getSelfIP () Get server's IP. |
|
| getSelfIP (char* name) Get server's IP |
|
| getSelfPort () Get server's port. |
| | init (int port) Open the server on a port |
|
| close () Close the server port. |
| | checkForNewConnections () Check to see if there is a request from clients for connection |
| |
|
TCP Class for creating servers. This class bypasses CAVERN's standard method for establishing connections and provides the user with direct control of TCP connections.
int init(int port)
CAVERNnet_tcpClient_c* checkForNewConnections()
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de