Home | Trees | Indices | Help |
---|
|
Class that represents a TCP socket based client.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Static Methods | |||
|
|||
|
Method Details |
Creates a TCP socket client prepared for a connection with a TCPServer at given address and port.
|
Sends the information msg to the server (as String, the character (ASCII 0) serves as end of string indicator, it is transparently added and removed). For responseTime > 0 the method blocks and waits for maximum responseTime seconds for a server reply.
|
Creates a connection to the server (blocking until timeout).
|
Returns True during a connection trial.
|
Returns True of client is connnected to the server.
|
Returns the library version.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jan 17 12:05:13 2018 | http://epydoc.sourceforge.net |