Class t.c.s.t.SSHConnection(connection.SSHConnection):

Part of twisted.conch.scripts.tkconch View Source View In Hierarchy

No class docstring
Method serviceStarted called when the service is active on the transport.

Inherited from SSHConnection:

Method __init__ Undocumented
Method serviceStopped called when the service is stopped, either by the connection ending
Method ssh_GLOBAL_REQUEST Undocumented
Method ssh_REQUEST_SUCCESS Undocumented
Method ssh_REQUEST_FAILURE Undocumented
Method ssh_CHANNEL_OPEN Undocumented
Method ssh_CHANNEL_OPEN_CONFIRMATION Undocumented
Method ssh_CHANNEL_OPEN_FAILURE Undocumented
Method ssh_CHANNEL_WINDOW_ADJUST Undocumented
Method ssh_CHANNEL_DATA Undocumented
Method ssh_CHANNEL_EXTENDED_DATA Undocumented
Method ssh_CHANNEL_EOF Undocumented
Method ssh_CHANNEL_CLOSE Undocumented
Method ssh_CHANNEL_REQUEST Undocumented
Method _cbChannelRequest Undocumented
Method _ebChannelRequest Undocumented
Method ssh_CHANNEL_SUCCESS Undocumented
Method ssh_CHANNEL_FAILURE Undocumented
Method sendGlobalRequest Send a global request for this connection. Current this is only used
Method openChannel Open a new channel on this connection.
Method sendRequest Send a request to a channel.
Method adjustWindow Tell the other side that we will receive more data. This should not
Method sendData Send data to a channel. This should not normally be used: instead use
Method sendExtendedData Send extended data to a channel. This should not normally be used:
Method sendEOF Send an EOF (End of File) for a channel.
Method sendClose Close a channel.
Method getChannel The other side requested a channel of some sort.
Method gotGlobalRequest We got a global request. pretty much, this is just used by the client
Method channelClosed Called when a channel is closed.

Inherited from SSHService (via SSHConnection):

Method logPrefix Override this method to insert custom logging behavior. Its
Method packetReceived called when we receieve a packet on the transport
def serviceStarted(self): (source)
called when the service is active on the transport.
API Documentation for twisted, generated by pydoctor.