Methods
|
|
clientTCP
listenTCP
|
|
clientTCP
|
clientTCP (
self,
host,
port,
protocol,
timeout=30,
)
Connect a TCP client.
Arguments:
|
|
listenTCP
|
listenTCP (
self,
port,
factory,
backlog=5,
interface='',
)
Connects a given protocol factory to the given numeric TCP/IP port.
|
|