Home | Trees | Indices | Help |
---|
|
object --+ | _dbus_bindings._Server --+ | Server
An opaque object representing a server that listens for connections from other applications.
This class is not useful to instantiate directly: you must subclass it and either extend the method connection_added, or append to the list on_connection_added.
Since: 0.83
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
a new object with type S, a subtype of T |
|
|
|||
address get_address() -> str |
|||
id get_id() -> str |
|||
is_connected get_is_connected() -> bool |
|||
Inherited from |
|
|
|
Respond to the creation of a new Connection. This base-class implementation just invokes the callbacks in the on_connection_added attribute.
|
Respond to the disconnection of a Connection. This base-class implementation just invokes the callbacks in the on_connection_removed attribute.
|
|
addressget_address() -> str Returns the address of the server.
|
idget_id() -> str Returns the unique ID of the server.
|
is_connectedget_is_connected() -> bool Return true if this Server is still listening for new connections.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jan 29 19:57:57 2018 | http://epydoc.sourceforge.net |