class RaisingMemoryReactor: (source)
Implements interfaces: twisted.internet.interfaces.IReactorSocket
, twisted.internet.interfaces.IReactorSSL
, twisted.internet.interfaces.IReactorTCP
, twisted.internet.interfaces.IReactorUNIX
Method | __init__ |
|
Method | adoptDatagramPort |
Fake IReactorSocket.adoptDatagramPort , that raises _connectException . |
Method | adoptStreamConnection |
Fake IReactorSocket.adoptStreamConnection , that raises _connectException . |
Method | adoptStreamPort |
Fake IReactorSocket.adoptStreamPort , that raises _listenException . |
Method | connectSSL |
Fake IReactorSSL.connectSSL , that raises _connectException . |
Method | connectTCP |
Fake IReactorTCP.connectTCP , that raises _connectException . |
Method | connectUNIX |
Fake IReactorUNIX.connectUNIX , that raises _connectException . |
Method | listenSSL |
Fake IReactorSSL.listenSSL , that raises _listenException . |
Method | listenTCP |
Fake IReactorTCP.listenTCP , that raises _listenException . |
Method | listenUNIX |
Fake IReactorUNIX.listenUNIX , that raises _listenException . |
Instance Variable | _connectException |
An instance of an Exception |
Instance Variable | _listenException |
An instance of an Exception |