Part of twisted.internet.iocpreactor.server View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 17 | Method | __init__ | Undocumented |
Inherited from ConnectedSocket:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 46 | Method | addBufferCallback | Undocumented |
| 49 | Method | removeBufferCallback | Undocumented |
| 52 | Method | callBufferHandlers | Undocumented |
| 56 | Method | handle_connected_write | Undocumented |
| 69 | Method | handle_disconnected_write | Undocumented |
| 72 | Method | writeSequence | Write a list of strings to the physical connection. |
| 75 | Method | _cbDisconnecting | Undocumented |
| 81 | Method | handle_connected_loseConnection | Undocumented |
| 89 | Method | handle_disconnecting_loseConnection | Undocumented |
| 94 | Method | _cbWriteShutdown | Undocumented |
| 98 | Method | handle_connected_shutdown | Undocumented |
| 109 | Method | connectionLost | Undocumented |
| 139 | Method | startReading | Undocumented |
| 154 | Method | stopReading | Undocumented |
| 157 | Method | handle_connected_readDone | Undocumented |
| 164 | Method | handle_disconnecting_readDone | Undocumented |
| 167 | Method | handle_connected_readErr | Undocumented |
| 173 | Method | handle_disconnected_readErr | Undocumented |
| 176 | Method | handle_disconnected_readDone | Undocumented |
| 179 | Method | startWriting | Undocumented |
| 190 | Method | stopWriting | Undocumented |
| 193 | Method | handle_connected_writeDone | Undocumented |
| 207 | Method | handle_connected_writeErr | Undocumented |
| 212 | Method | handle_disconnected_writeErr | Undocumented |
| 215 | Method | handle_disconnected_writeDone | Undocumented |
| 220 | Method | registerProducer | Register to receive data from a producer. |
| 234 | Method | milkProducer | Undocumented |
| 239 | Method | stfuProducer | Undocumented |
| 243 | Method | unregisterProducer | Stop consuming data from a producer, without disconnecting. |
| 248 | Method | stopConsuming | Undocumented |
| 254 | Method | resumeProducing | Undocumented |
| 257 | Method | pauseProducing | Undocumented |
| 260 | Method | stopProducing | Stop producing data. |
| 263 | Method | __repr__ | Undocumented |
| 266 | Method | logPrefix | Override this method to insert custom logging behavior. Its |
Inherited from Ephemeral (via ConnectedSocket):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 124 | Method | __getstate__ | Undocumented |
| 131 | Method | __setstate__ | Undocumented |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 124 | Method | __getstate__ | Undocumented |
| 17 | Method | __init__ | Undocumented |
| 263 | Method | __repr__ | Undocumented |
| 131 | Method | __setstate__ | Undocumented |
| 75 | Method | _cbDisconnecting | Undocumented |
| 94 | Method | _cbWriteShutdown | Undocumented |
| 46 | Method | addBufferCallback | Undocumented |
| 52 | Method | callBufferHandlers | Undocumented |
| 109 | Method | connectionLost | Undocumented |
| 81 | Method | handle_connected_loseConnection | Undocumented |
| 157 | Method | handle_connected_readDone | Undocumented |
| 167 | Method | handle_connected_readErr | Undocumented |
| 98 | Method | handle_connected_shutdown | Undocumented |
| 56 | Method | handle_connected_write | Undocumented |
| 193 | Method | handle_connected_writeDone | Undocumented |
| 207 | Method | handle_connected_writeErr | Undocumented |
| 176 | Method | handle_disconnected_readDone | Undocumented |
| 173 | Method | handle_disconnected_readErr | Undocumented |
| 69 | Method | handle_disconnected_write | Undocumented |
| 215 | Method | handle_disconnected_writeDone | Undocumented |
| 212 | Method | handle_disconnected_writeErr | Undocumented |
| 89 | Method | handle_disconnecting_loseConnection | Undocumented |
| 164 | Method | handle_disconnecting_readDone | Undocumented |
| 266 | Method | logPrefix | Override this method to insert custom logging behavior. Its |
| 234 | Method | milkProducer | Undocumented |
| 257 | Method | pauseProducing | Undocumented |
| 220 | Method | registerProducer | Register to receive data from a producer. |
| 49 | Method | removeBufferCallback | Undocumented |
| 254 | Method | resumeProducing | Undocumented |
| 139 | Method | startReading | Undocumented |
| 179 | Method | startWriting | Undocumented |
| 239 | Method | stfuProducer | Undocumented |
| 248 | Method | stopConsuming | Undocumented |
| 260 | Method | stopProducing | Stop producing data. |
| 154 | Method | stopReading | Undocumented |
| 190 | Method | stopWriting | Undocumented |
| 243 | Method | unregisterProducer | Stop consuming data from a producer, without disconnecting. |
| 72 | Method | writeSequence | Write a list of strings to the physical connection. |