| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |
TServerSocketPlain
TServerSocketPlain are used as
server sockets that listen for connections in a given port.
For each connection accepted by calling the accept
method a new TSocket is created. This
TSocket represents the connection with the client
socket.
|
|
TServerSocketPlain accept
Waits for an incoming connection.
TSocketPlain object associated with the connection.
TServerSocketPlain close
Closes this server socket.
TServerSocketPlain constructor portNumber
Initializes the server socket.
| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |