|
|
__init__(self,
hostname,
ip,
port=22,
plugins=[],
options=None,
device=None,
datacollector=None,
isLoseConnection=False)
Initializer |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addCommand(self,
commands)
Add a command or commands to queue and open a command channel for
each command |
source code
|
|
|
|
|
|
|
loseConnection(self)
Called when the connection gets closed. |
source code
|
|
|
Inherited from CollectorClient.CollectorClient:
addResult,
clientFinished,
commandsFinished,
getCommands,
getResults,
reinitialize
Inherited from BaseClient.BaseClient:
stop
Inherited from twisted.internet.protocol.ClientFactory:
clientConnectionLost,
startedConnecting
Inherited from twisted.internet.protocol.Factory:
buildProtocol,
doStart,
doStop,
startFactory,
stopFactory
|