twisted.conch.test.test_recvline.TestInsultsClientProtocol(insults.ClientProtocol, test_telnet.TestProtocol) class documentationtwisted.conch.test.test_recvline
          
          (View In Hierarchy)
        
      Inherited from ClientProtocol:
| Method | __init__ | No summary | 
| Method | connectionMade | Called when a connection is made. | 
| Method | connectionLost | Called when the connection is shut down. | 
| Method | dataReceived | Parse the given data from a terminal server, dispatching to event 
handlers defined by self.terminal. | 
| Class | ControlSequenceParser | Undocumented | 
| Method | _handleControlSequence | Undocumented | 
| Method | _handleHeightWidth | Undocumented | 
Inherited from Protocol (via ClientProtocol):
| Method | logPrefix | Return a prefix matching the class name, to identify log messages related to this protocol instance. | 
Inherited from BaseProtocol (via ClientProtocol, Protocol):
| Method | makeConnection | Make a connection to a transport and a server. | 
Inherited from TestProtocol:
| Method | __init__ | Undocumented | 
| Method | makeConnection | Make a connection to a transport and a server. | 
| Method | dataReceived | Called whenever data is received. | 
| Method | connectionLost | Called when the connection is shut down. | 
| Method | neg_TEST_COMMAND | Undocumented | 
| Method | enableLocal | Enable the given option locally. | 
| Method | disableLocal | Disable the given option locally. | 
| Method | enableRemote | Indicate whether the peer should be allowed to enable this option. | 
| Method | disableRemote | Indicate that the peer has disabled this option. |