Infinity.AdoptedSessionClass

Fields

Name

Type

Access

Description

check_request

object

r

Default signal handler of the Infinity.AdoptedSession ::check-request signal.

parent_class

Infinity.SessionClass

r

request_to_xml

object

r

Virtual function to serialize an Infinity.AdoptedRequest to XML. This function should add properties and children to the given XML node. At might use Infinity.AdoptedSession.write_request_info() to write the common info.

xml_to_request

object

r

Virtual function to deserialize an Infinity.AdoptedRequest from XML. The implementation of this function can use Infinity.AdoptedSession.read_request_info() to read the common info.

Methods

None

Details

class Infinity.AdoptedSessionClass

Virtual functions and default signal handlers for Infinity.AdoptedSession.