Class t.c.s.c.SSHConnectForwardingChannel(forwarding.SSHConnectForwardingChannel):

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

Undocumented

Inherited from SSHChannel (via SSHConnectForwardingChannel):

Method __str__ Undocumented
Method logPrefix Override this method to insert custom logging behavior. Its
Method openFailed Called when the the open failed for some reason.
Method addWindowBytes Called when bytes are added to the remote window. By default it clears
Method requestReceived Called when a request is sent to this channel. By default it delegates
Method extReceived Called when we receive extended data (usually standard error).
Method eofReceived Called when the other side will send no more data.
Method closeReceived Called when the other side has closed the channel.
Method write Write some data to the channel. If there is not enough remote window
Method writeExtended Send extended data to this channel. If there is not enough remote
Method writeSequence Part of the Transport interface. Write a list of strings to the
Method loseConnection Close the channel.
Method getPeer Return a tuple describing the other side of the connection.
Method getHost Return a tuple describing our side of the connection.
Method stopWriting Called when the remote buffer is full, as a hint to stop writing.
Method startWriting Called when the remote buffer has more room, as a hint to continue
API Documentation for twisted, generated by pydoctor.