t.i.i.ISystemHandle(Interface) : interface documentation

Part of twisted.internet.interfaces View Source View In Hierarchy

Known implementations: twisted.internet.iocpreactor.tcp.Connection, twisted.internet.iocpreactor.udp.Port

An object that wraps a networking OS-specific handle.
Method getHandle Return a system- and reactor-specific handle.
def getHandle(): (source)
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.

API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.