class _SocketWaker(log.Logger): (source)
Implements interfaces: twisted.internet.posixbase._IWaker
Method | __init__ |
Initialize. |
Method | connectionLost |
Called when connection was closed and the pipes. |
Method | doRead |
Read some data from my connection. |
Method | wakeUp |
Send a byte to my connection. |
Class Variable | disconnected |
Undocumented |
Instance Variable | fileno |
Undocumented |
Instance Variable | r |
Undocumented |
Instance Variable | reactor |
Undocumented |
Instance Variable | w |
Undocumented |
Inherited from Logger
:
Method | logPrefix |
Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines. |