Home | Trees | Index | Help |
|
---|
Package twisted :: Package scripts :: Module conch :: Class SSHConnection |
|
SSHService
--+ |SSHConnection
--+ | SSHConnection
Method Summary | |
---|---|
global_forwarded_tcp(self,
windowSize,
maxPacket,
data)
| |
called when the service is active on the transport. | |
Inherited from SSHConnection | |
| |
| |
| |
Tell the other side that we will receive more data. | |
| |
| |
| |
subclass of SSHChannel /tuple
|
The other side requested a channel of some sort. |
| |
| |
int /tuple
|
We got a global request. |
Open a new channel on this connection. | |
Close a channel. | |
Send data to a channel. | |
Send an EOF (End of File) for a channel. | |
Send extended data to a channel. | |
Send a global request for this connection. | |
Send a request to a channel. | |
called when the service is stopped, either by the connection ending or by another service being started | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from SSHService | |
called when we receieve a packet on the transport |
Class Variable Summary | |
---|---|
Inherited from SSHConnection | |
str |
name = 'ssh-connection'
|
dict |
protocolMessages = {96: 'MSG_CHANNEL_EOF', 97: 'MSG_CHAN...
|
Inherited from SSHService | |
NoneType |
transport = None |
Method Details |
---|
serviceStarted(self)called when the service is active on the transport.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:45 2003 | http://epydoc.sf.net |