Part of twisted.internet.interfaces View Source View In Hierarchy
Known implementations: twisted.internet.iocpreactor.tcp.Connection, twisted.internet.iocpreactor.udp.Port, twisted.internet.tcp.Connection, twisted.internet.udp.Port, twisted.protocols.tls.TLSMemoryBIOProtocol
Method | getHandle | Return a system- and reactor-specific handle. |
This might be a socket.socket() object, or some other type of object, depending on which reactor is being used. Use and manipulate at your own risk.
This might be used in cases where you want to set specific options not exposed by the Twisted APIs.