| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ListenerSocket
Abstraction to the listener socket
This actually can contain more than one actual socket, but provides an interface as it was one.
|
|||
|
|||
| callable |
|
||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
| tuple |
_TYPES = Supported socket types and configuration patterns ((('name', (regex, ...)), ...)) |
||
|
|||
| list |
_sockets = NoneList of actual sockets ([socket, ...]) |
||
|
|||
|
Inherited from |
|||
|
|||
|
Finalize the listening sockets This method actually sets the sockets to the LISTEN state.
|
|
|
|
|||
_TYPESSupported socket types and configuration patterns ((('name', (regex, ...)), ...))
|
| Home | Trees | Indices | Help |
|
|---|