Module t.c.s.forwarding

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.

This module is unstable.

Maintainer: Paul Swartz
Class SSHListenForwardingFactory No class docstring; 1/2 methods documented
Class SSHListenForwardingChannel No class docstring; 5/5 methods documented
Class SSHListenClientForwardingChannel Undocumented
Class SSHListenServerForwardingChannel Undocumented
Class SSHConnectForwardingChannel No class docstring; 3/6 methods documented
Function openConnectForwardingClient Undocumented
Class SSHForwardingClient No class docstring; 2/3 methods documented
Function packOpen_direct_tcpip Pack the data suitable for sending in a CHANNEL_OPEN packet.
Function unpackOpen_direct_tcpip Unpack the data to a usable format.
Function packGlobal_tcpip_forward Undocumented
Function unpackGlobal_tcpip_forward Undocumented
def openConnectForwardingClient(remoteWindow, remoteMaxPacket, data, avatar): (source)
Undocumented
def packOpen_direct_tcpip((connHost, connPort), (origHost, origPort)): (source)
Pack the data suitable for sending in a CHANNEL_OPEN packet.
def unpackOpen_direct_tcpip(data): (source)
Unpack the data to a usable format.
def packGlobal_tcpip_forward((host, port)): (source)
Undocumented
def unpackGlobal_tcpip_forward(data): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.