Infinityd.XmlServer¶
- Implementations:
Methods¶
|
|
|
Virtual Methods¶
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
The status of the server |
Signals¶
Name |
Short Description |
---|---|
Fields¶
None
Class Details¶
- class Infinityd.XmlServer¶
- Bases:
- Structure:
- close()¶
Closes self.
- new_connection(connection)¶
- Parameters:
connection (
Infinity.XmlConnection
) – AInfinity.XmlConnection
.
Emits the “new-connection” signal on self.
- do_close() virtual¶
Closes server.
- do_new_connection(connection) virtual¶
- Parameters:
connection (
Infinity.XmlConnection
) – AInfinity.XmlConnection
.
Emits the “new-connection” signal on server.
Signal Details¶
- Infinityd.XmlServer.signals.new_connection(xml_server, object)¶
- Signal Name:
new-connection
- Flags:
- Parameters:
xml_server (
Infinityd.XmlServer
) – The object which received the signalobject (
Infinity.XmlConnection
) –
Property Details¶
- Infinityd.XmlServer.props.status¶
- Name:
status
- Type:
- Default Value:
- Flags:
The status of the server