A C D G I L M O P R S T 

S

sendMessage(String, int) - Method in class ch.aplu.tcpcom.TCPClient
Sends the information msg to the server (as String, the character \0 (ASCII 0) serves as end of string indicator, it is transparently added and removed).
sendMessage(String) - Method in class ch.aplu.tcpcom.TCPClient
Same as sendMessage(String msg, int responseTime) with responseTime = 0.
sendMessage(String) - Method in class ch.aplu.tcpcom.TCPServer
Sends the information msg to the client (as String, the character \0 (ASCII 0) serves as end of string indicator, it is transparently added and removed)
SERVER_OCCUPIED - Static variable in class ch.aplu.tcpcom.TCPClient
State value
A C D G I L M O P R S T