Part of twisted.conch.ssh View Source
This module contains the implementation of the TCP forwarding, which allows clients and servers to forward arbitrary TCP data across the connection.
Maintainer: Paul Swartz| Line # | Kind | Name | Docs |
|---|---|---|---|
| 20 | Class | SSHListenForwardingFactory | Undocumented |
| 35 | Class | SSHListenForwardingChannel | Undocumented |
| 59 | Class | SSHListenClientForwardingChannel | Undocumented |
| 63 | Class | SSHListenServerForwardingChannel | Undocumented |
| 67 | Class | SSHConnectForwardingChannel | Undocumented |
| 108 | Function | openConnectForwardingClient | Undocumented |
| 115 | Class | SSHForwardingClient | Undocumented |
| 133 | Function | packOpen_direct_tcpip | Pack the data suitable for sending in a CHANNEL_OPEN packet. |
| 142 | Function | unpackOpen_direct_tcpip | Unpack the data to a usable format. |
| 153 | Function | packGlobal_tcpip_forward | Undocumented |
| 156 | Function | unpackGlobal_tcpip_forward | Undocumented |