t.c.c.u.SSHUnixServerProtocol(SSHUnixProtocol) : class documentation

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

Undocumented
Method __init__ Undocumented
Method connectionLost Called when the connection is shut down.
Method haveChannel Undocumented
Method getChannel Undocumented
Method msg_requestRemoteForwarding Undocumented
Method msg_cancelRemoteForwarding Undocumented
Method msg_sendGlobalRequest Undocumented
Method msg_openChannel Undocumented
Method msg_sendRequest Undocumented
Method msg_adjustWindow Undocumented
Method msg_sendData Undocumented
Method msg_sendExtended Undocumented
Method msg_sendEOF Undocumented
Method msg_sendClose Undocumented

Inherited from SSHUnixProtocol:

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 (via SSHUnixProtocol):

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 BaseProtocol (via SSHUnixProtocol, Banana, Protocol):

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

Inherited from Ephemeral (via SSHUnixProtocol, Banana):

Method __getstate__ Undocumented
Method __setstate__ Undocumented
def __init__(self, conn): (source)
Undocumented
def connectionLost(self, reason): (source)

Called when the connection is shut down.

Clear any circular references here, and any external references to this Protocol. The connection has been closed.
Parametersreason (type: twisted.python.failure.Failure )
def haveChannel(self, channelID): (source)
Undocumented
def getChannel(self, channelID): (source)
Undocumented
def msg_requestRemoteForwarding(self, lst): (source)
Undocumented
def msg_cancelRemoteForwarding(self, lst): (source)
Undocumented
def msg_sendGlobalRequest(self, lst): (source)
Undocumented
def msg_openChannel(self, lst): (source)
Undocumented
def msg_sendRequest(self, lst): (source)
Undocumented
def msg_adjustWindow(self, lst): (source)
Undocumented
def msg_sendData(self, lst): (source)
Undocumented
def msg_sendExtended(self, lst): (source)
Undocumented
def msg_sendEOF(self, lst): (source)
Undocumented
def msg_sendClose(self, lst): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:02:37.