| Home | Trees | Index | Help |
|---|
| Package twisted :: Package scripts :: Module conch :: Class SSHConnection |
|
SSHService--+ |SSHConnection--+ | SSHConnection
| Method Summary | |
|---|---|
__init__(self)
(inherited from SSHConnection)
| |
Tell the other side that we will receive more data. (inherited from SSHConnection)
| |
channel_direct_tcpip(self,
windowSize,
maxPacket,
data)
(inherited from SSHConnection)
| |
channel_forwarded_tcp(self,
windowSize,
maxPacket,
data)
(inherited from SSHConnection)
| |
channel_session(self,
windowSize,
maxPacket,
data)
(inherited from SSHConnection)
| |
subclass of SSHChannel/tuple
|
The other side requested a channel of some sort. (inherited from SSHConnection)
|
global_cancel_tcpip_forward(self,
data)
(inherited from SSHConnection)
| |
global_forwarded_tcp(self,
windowSize,
maxPacket,
data)
| |
global_tcpip_forward(data)
(inherited from SSHConnection)
| |
int/tuple
|
We got a global request. (inherited from SSHConnection)
|
Open a new channel on this connection. (inherited from SSHConnection)
| |
called when we receieve a packet on the transport (inherited from SSHService)
| |
Close a channel. (inherited from SSHConnection)
| |
Send data to a channel. (inherited from SSHConnection)
| |
Send an EOF (End of File) for a channel. (inherited from SSHConnection)
| |
Send extended data to a channel. (inherited from SSHConnection)
| |
Send a global request for this connection. (inherited from SSHConnection)
| |
Send a request to a channel. (inherited from SSHConnection)
| |
called when the service is active on the transport. | |
called when the service is stopped, either by the connection ending or by another service being started (inherited from SSHConnection)
| |
ssh_CHANNEL_CLOSE(self,
packet)
(inherited from SSHConnection)
| |
ssh_CHANNEL_DATA(self,
packet)
(inherited from SSHConnection)
| |
ssh_CHANNEL_EOF(self,
packet)
(inherited from SSHConnection)
| |
ssh_CHANNEL_EXTENDED_DATA(self,
packet)
(inherited from SSHConnection)
| |
ssh_CHANNEL_FAILURE(self,
packet)
(inherited from SSHConnection)
| |
ssh_CHANNEL_OPEN(self,
packet)
(inherited from SSHConnection)
| |
ssh_CHANNEL_OPEN_CONFIRMATION(self,
packet)
(inherited from SSHConnection)
| |
ssh_CHANNEL_OPEN_FAILURE(self,
packet)
(inherited from SSHConnection)
| |
ssh_CHANNEL_REQUEST(self,
packet)
(inherited from SSHConnection)
| |
ssh_CHANNEL_SUCCESS(self,
packet)
(inherited from SSHConnection)
| |
ssh_CHANNEL_WINDOW_ADJUST(self,
packet)
(inherited from SSHConnection)
| |
ssh_GLOBAL_REQUEST(self,
packet)
(inherited from SSHConnection)
| |
ssh_REQUEST_FAILURE(self,
packet)
(inherited from SSHConnection)
| |
ssh_REQUEST_SUCCESS(self,
packet)
(inherited from SSHConnection)
| |
| Method Details |
|---|
serviceStarted(self)called when the service is active on the transport.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:46:00 2003 | http://epydoc.sf.net |