Part of twisted.conch.client.unix View Source View In Hierarchy
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 |
Called when the connection is shut down.
Clear any circular references here, and any external references to this Protocol. The connection has been closed.Parameters | reason | (type: twisted.python.failure.Failure
) |