Package flumotion :: Package extern :: Package command :: Package command :: Module manholecmd :: Class CmdServerProtocol
[hide private]

classobj CmdServerProtocol

source code

twisted.internet.protocol.BaseProtocol --+        
                                         |        
        twisted.internet.protocol.Protocol --+    
                                             |    
  twisted.conch.insults.insults.ServerProtocol --+
                                                 |
                                                CmdServerProtocol

Nested Classes [hide private]

Inherited from twisted.conch.insults.insults.ServerProtocol: ControlSequenceParser

Instance Methods [hide private]
 
loseConnection(self) source code

Inherited from twisted.conch.insults.insults.ServerProtocol: __init__, __provides__, applicationKeypadMode, connectionLost, connectionMade, cursorBackward, cursorDown, cursorForward, cursorHome, cursorPosition, cursorUp, dataReceived, deleteCharacter, deleteLine, doubleHeightLine, doubleWidthLine, eraseDisplay, eraseLine, eraseToDisplayBeginning, eraseToDisplayEnd, eraseToLineBeginning, eraseToLineEnd, horizontalTabulationSet, index, insertLine, nextLine, numericKeypadMode, reportCursorPosition, reset, resetModes, resetPrivateModes, resetScrollRegion, restoreCursor, reverseIndex, saveCursor, selectCharacterSet, selectGraphicRendition, setModes, setPrivateModes, setScrollRegion, shiftIn, shiftOut, singleShift2, singleShift3, singleWidthLine, tabulationClear, tabulationClearAll, unhandledControlSequence, write, writeSequence

Inherited from twisted.conch.insults.insults.ServerProtocol (private): _handleControlSequence, _handleLowFunctionControlSequence, _handleShortControlSequence

Inherited from twisted.internet.protocol.Protocol: logPrefix

Inherited from twisted.internet.protocol.BaseProtocol: __providedBy__, makeConnection

Class Variables [hide private]

Inherited from twisted.conch.insults.insults.ServerProtocol: ALT, BACKSPACE, CONTROL, DELETE, DOWN_ARROW, END, F1, F10, F11, F12, F2, F3, F4, F5, F6, F7, F8, F9, HOME, INSERT, LEFT_ARROW, NUMPAD_MIDDLE, PGDN, PGUP, RIGHT_ARROW, SHIFT, TAB, UP_ARROW, __implemented__, controlSequenceParser, cursorPos, factory, lastWrite, protocolFactory, scrollRegion, state, termSize, terminalProtocol

Inherited from twisted.internet.protocol.BaseProtocol: connected, transport

Method Details [hide private]

loseConnection(self)

source code 
Overrides: twisted.conch.insults.insults.ServerProtocol.loseConnection