twisted.words.test.test_jabberxmlstream.FailureReasonXMPPHandler(xmlstream.XMPPHandler)
class documentationtwisted.words.test.test_jabberxmlstream
(View In Hierarchy)
Dummy handler specifically for failure Reason tests.
Method | __init__ | Undocumented |
Method | connectionLost | The XML stream has been closed. |
Inherited from XMPPHandler:
Method | setHandlerParent | Set the parent of the handler. |
Method | disownHandlerParent | Remove the parent of the handler. |
Method | makeConnection | A connection over the underlying transport of the XML stream has been established. |
Method | connectionMade | Called after a connection has been established. |
Method | connectionInitialized | The XML stream has been initialized. |
Method | send | Send data over the managed XML stream. |