Part of otfbot.services.remoteCliServer View Source View In Hierarchy
Method | __init__ | read the list of plugins |
Method | lineReceived | Select the plugin |
Method | connectionMade | check the auth of the user and present a list of plugins |
Inherited from RecvLine:
Method | initializeScreen | Undocumented |
Method | currentLineBuffer | Undocumented |
Method | setInsertMode | Undocumented |
Method | setTypeoverMode | Undocumented |
Method | drawInputLine | Write a line containing the current input prompt and the current line |
Method | terminalSize | Called to indicate the size of the terminal. |
Method | unhandledControlSequence | Called when an unsupported control sequence is received. |
Method | keystrokeReceived | A keystroke was received. |
Method | characterReceived | Undocumented |
Method | handle_TAB | Undocumented |
Method | handle_LEFT | Undocumented |
Method | handle_RIGHT | Undocumented |
Method | handle_HOME | Undocumented |
Method | handle_END | Undocumented |
Method | handle_BACKSPACE | Undocumented |
Method | handle_DELETE | Undocumented |
Method | handle_RETURN | Undocumented |
Method | handle_INSERT | Undocumented |
Inherited from TerminalProtocol (via RecvLine):
Method | makeConnection | Called with an ITerminalTransport
when a connection is established. |
Method | connectionLost | Called when the connection has been lost. |