class documentation
class SSHAgentForwardingLocal(protocol.Protocol): (source)
Undocumented
Inherited from Protocol:
| Method | connection |
Called when the connection is shut down. |
| Method | data |
Called whenever data is received. |
| Method | log |
Return a prefix matching the class name, to identify log messages related to this protocol instance. |
| Class Variable | factory |
Undocumented |
Inherited from BaseProtocol (via Protocol):
| Method | connection |
Called when a connection is made. |
| Method | make |
Make a connection to a transport and a server. |
| Instance Variable | connected |
Undocumented |
| Instance Variable | transport |
Undocumented |