Package rocon_gateway :: Module utils :: Class Connection
[frames] | no frames]

Class Connection

source code

An object that represents a connection containing all the gory details about a connection, allowing a connection to be passed through to a foreign gateway

Instance Methods
 
__init__(self, rule, type_info, xmlrpc_uri) source code
 
__eq__(self, other) source code
 
__ne__(self, other) source code
 
__str__(self) source code
 
__repr__(self) source code
Method Details

__init__(self, rule, type_info, xmlrpc_uri)
(Constructor)

source code 
Parameters:
  • type_info - either topic_type (pubsub), service api (service) or ??? (action) @type string