t.c.s.c.SSHConnection(connection.SSHConnection) : class documentation

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

Undocumented
Method serviceStarted called when the service is active on the transport.
Method serviceStopped Called when the connection is stopped.
Method requestRemoteForwarding Undocumented
Method cancelRemoteForwarding Undocumented
Method channel_forwarded_tcpip Undocumented
Method channelClosed No summary
Method _cbRemoteForwarding Undocumented
Method _ebRemoteForwarding Undocumented

Inherited from SSHService (via SSHConnection):

Method logPrefix Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines.
Method packetReceived called when we receive a packet on the transport

Inherited from SSHService (via SSHConnection):

Method logPrefix Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines.
Method packetReceived called when we receive a packet on the transport
def serviceStarted(self): (source)

called when the service is active on the transport.

def serviceStopped(self): (source)

Called when the connection is stopped.

def requestRemoteForwarding(self, remotePort, hostport): (source)
Undocumented
def _cbRemoteForwarding(self, result, remotePort, hostport): (source)
Undocumented
def _ebRemoteForwarding(self, f, remotePort, hostport): (source)
Undocumented
def cancelRemoteForwarding(self, remotePort): (source)
Undocumented
def channel_forwarded_tcpip(self, windowSize, maxPacket, data): (source)
Undocumented
def channelClosed(self, channel): (source)

Called when a channel is closed. It clears the local state related to the channel, and calls channel.closed(). MAKE SURE YOU CALL THIS METHOD, even if you subclass SSHConnection. If you don't, things will break mysteriously.

API Documentation for Twisted, generated by pydoctor at 2015-04-13 15:26:48.