t.c.c.u.SSHUnixProtocol(banana.Banana) : class documentation

Part of twisted.conch.client.unix View Source View In Hierarchy

Known subclasses: twisted.conch.client.unix.SSHUnixClientProtocol, twisted.conch.client.unix.SSHUnixServerProtocol

Undocumented
Method __init__ Undocumented
Method connectionMade Called when a connection is made.
Method expressionReceived Called when an expression (list, string, or int) is received.
Method sendMessage Undocumented
Method returnDeferredLocal Undocumented
Method returnDeferredWire Undocumented
Method msg_returnDeferred Undocumented
Method msg_callbackDeferred Undocumented
Method msg_errbackDeferred Undocumented
Method _cbDeferred Undocumented
Method _ebDeferred Undocumented

Inherited from Banana:

Method setPrefixLimit Set the prefix limit for decoding done by this protocol instance.
Method connectionReady Surrogate for connectionMade Called after protocol negotiation.
Method callExpressionReceived Undocumented
Method gotItem Undocumented
Method dataReceived Called whenever data is received.
Method sendEncoded Undocumented
Method _selectDialect Undocumented
Method _encode Undocumented

Inherited from Protocol (via Banana):

Method connectionLost Called when the connection is shut down.

Inherited from BaseProtocol (via Banana, Protocol):

Method makeConnection Make a connection to a transport and a server.

Inherited from Ephemeral (via Banana):

Method __getstate__ Undocumented
Method __setstate__ Undocumented
def __init__(self): (source)
Undocumented
def connectionMade(self): (source)

Called when a connection is made.

This may be considered the initializer of the protocol, because it is called when the connection is completed. For clients, this is called once the connection to the server has been established; for servers, this is called after an accept() call stops blocking and a socket has been received. If you need to send any greeting or initial message, do it here.
def expressionReceived(self, lst): (source)
Called when an expression (list, string, or int) is received.
def sendMessage(self, vocabName, *tup): (source)
Undocumented
def returnDeferredLocal(self): (source)
Undocumented
def returnDeferredWire(self, d): (source)
Undocumented
def _cbDeferred(self, result, di): (source)
Undocumented
def _ebDeferred(self, reason, di): (source)
Undocumented
def msg_returnDeferred(self, lst): (source)
Undocumented
def msg_callbackDeferred(self, lst): (source)
Undocumented
def msg_errbackDeferred(self, lst): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 15:57:47.