twisted.conch.test.test_transport.MockTransportBase(transport.SSHTransportBase) class documentationtwisted.conch.test.test_transport
(View In Hierarchy)
A base class for the client and server protocols. Stores the messages it receives instead of ignoring them.
| Instance Variable | errors | a list of tuples: (reasonCode, description) | 
| Instance Variable | unimplementeds | a list of integers: sequence number | 
| Instance Variable | debugs | a list of tuples: (alwaysDisplay, message, lang) | 
| Instance Variable | ignoreds | a list of strings: ignored data | 
| Method | connectionMade | Set up instance variables. | 
| Method | receiveError | Store any errors received. | 
| Method | receiveUnimplemented | Store any unimplemented packet messages. | 
| Method | receiveDebug | Store any debug messages. | 
| Method | ssh_IGNORE | Store any ignored data. | 
| Method | _unsupportedVersionReceived | Intercept unsupported version call. |