Module commands :: Class Connect
[hide private]
[frames] | no frames]

Class Connect

source code

                   object --+    
                            |    
twisted.protocols.amp.Command --+
                                |
                               Connect

Nested Classes [hide private]

Inherited from twisted.protocols.amp.Command: __metaclass__, commandType, responseType

Instance Methods [hide private]

Inherited from twisted.protocols.amp.Command: __init__

Inherited from twisted.protocols.amp.Command (private): _doCommand

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from twisted.protocols.amp.Command: makeArguments, makeResponse, parseArguments, parseResponse, responder

Class Variables [hide private]
  arguments = [('ip', amp.String())]
A list of 2-tuples of (name, Argument-subclass-instance), specifying the names and values of the parameters which are required for this command.
  response = [('id', amp.Integer()), ('cur', amp.ListOf(amp.Inte...
A list like arguments, but instead used for the return value.
  commandName = 'Connect'

Inherited from twisted.protocols.amp.Command: allErrors, errors, extra, fatalErrors, reverseErrors

Instance Variables [hide private]

Inherited from twisted.protocols.amp.Command: requiresAnswer

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

response

A list like arguments, but instead used for the return value.
Value:
[('id', amp.Integer()), ('cur', amp.ListOf(amp.Integer())), ('map', am\
p.String())]