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