class documentation

class NoAnswerHello(Hello): (source)

View In Hierarchy

Undocumented

Class Variable requiresAnswer Undocumented

Inherited from Hello:

Class Variable arguments Undocumented
Class Variable commandName Undocumented
Class Variable errors Undocumented
Class Variable fatalErrors Undocumented
Class Variable response Undocumented

Inherited from Command (via Hello):

Class Method makeArguments Serialize a mapping of arguments using this Command's argument schema.
Class Method makeResponse Serialize a mapping of arguments using this Command's response schema.
Class Method parseArguments Parse a mapping of serialized arguments using this Command's argument schema.
Class Method parseResponse Parse a mapping of serialized arguments using this Command's response schema.
Class Method responder Declare a method to be a responder for a particular command.
Method __init__ Create an instance of this command with specified values for its parameters.
Class Variable commandType The type of Box used to issue commands; useful only for protocol-modifying behavior like startTLS or protocol switching. Defaults to a plain vanilla Box.
Class Variable extra Undocumented
Class Variable responseType The type of Box used to respond to this command; only useful for protocol-modifying behavior like startTLS or protocol switching. Defaults to a plain vanilla Box.
Instance Variable structured Undocumented
Method _doCommand Encode and send this Command to the given protocol.