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

T

TCPClient - Class in ch.aplu.tcpcom
Class to create a TCP client socket handled by event callbacks.
TCPClient(String, int, boolean) - Constructor for class ch.aplu.tcpcom.TCPClient
Creates a TCP socket client prepared for a connection with a TCPServer at given address and port.
TCPClient(String, int) - Constructor for class ch.aplu.tcpcom.TCPClient
Same, but isVerbose = false
TCPClientListener - Interface in ch.aplu.tcpcom
Callback called at state change events.
TCPServer - Class in ch.aplu.tcpcom
Class to create a TCP server socket handled by event callbacks.
TCPServer(int, boolean) - Constructor for class ch.aplu.tcpcom.TCPServer
Creates a TCP socket server that listens on TCP port for a connecting client.
TCPServer(int) - Constructor for class ch.aplu.tcpcom.TCPServer
Same with isVerbose = false.
TCPServerListener - Interface in ch.aplu.tcpcom
Callback called at state change events.
terminate() - Method in class ch.aplu.tcpcom.TCPServer
Closes the connection and terminates the server thread.
TERMINATED - Static variable in class ch.aplu.tcpcom.TCPServer
State value
A C D G I L M O P R S T