Class t.i.i.s.ServerSocket(ConnectedSocket):

Part of twisted.internet.iocpreactor.server View Source View In Hierarchy

Undocumented
Method __init__ Undocumented

Inherited from ConnectedSocket:

Method addBufferCallback Undocumented
Method removeBufferCallback Undocumented
Method callBufferHandlers Undocumented
Method handle_connected_write Undocumented
Method handle_disconnected_write Undocumented
Method writeSequence Write a list of strings to the physical connection.
Method _cbDisconnecting Undocumented
Method handle_connected_loseConnection Undocumented
Method handle_disconnecting_loseConnection Undocumented
Method _cbWriteShutdown Undocumented
Method handle_connected_shutdown Undocumented
Method connectionLost Undocumented
Method startReading Undocumented
Method stopReading Undocumented
Method handle_connected_readDone Undocumented
Method handle_disconnecting_readDone Undocumented
Method handle_connected_readErr Undocumented
Method handle_disconnected_readErr Undocumented
Method handle_disconnected_readDone Undocumented
Method startWriting Undocumented
Method stopWriting Undocumented
Method handle_connected_writeDone Undocumented
Method handle_connected_writeErr Undocumented
Method handle_disconnected_writeErr Undocumented
Method handle_disconnected_writeDone Undocumented
Method registerProducer Register to receive data from a producer.
Method milkProducer Undocumented
Method stfuProducer Undocumented
Method unregisterProducer Stop consuming data from a producer, without disconnecting.
Method stopConsuming Undocumented
Method resumeProducing Undocumented
Method pauseProducing Undocumented
Method stopProducing Stop producing data.
Method __repr__ Undocumented
Method logPrefix Override this method to insert custom logging behavior. Its

Inherited from Ephemeral (via ConnectedSocket):

Method __getstate__ Undocumented
Method __setstate__ Undocumented
def __init__(self, sock, protocol, sf, sessionno): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.