|
__init__(self,
family,
address,
target)
Initialize the TCPListener object and create the socket. |
|
|
|
|
|
close(self)
Close the channell immediately, so it won't expect more events. |
|
|
IOHandlerPrepareResult
|
|
|
fileno(self)
Return file descriptor to poll or select. |
|
|
|
is_readable(self)
Returns:
True when the I/O channel can be read |
|
|
|
|
|
is_writable(self)
Returns:
True when the I/O channel can be written to |
|
|
|
|
|
|
|
|
|
handle_hup(self)
Handle the 'channel hungup' state. |
|
|
|
|
|
handle_nval(self)
Handle an 'invalid file descriptor' event. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|