cli_proton_python.options module¶
Proton reactive API python client options module
-
class
cli_proton_python.options.ConnectorOptions[source]¶ Bases:
cli_proton_python.options.CoreOptionsProton reactive API python connector specific client options
-
class
cli_proton_python.options.CoreOptions[source]¶ Bases:
optparse.OptionParser,objectProton reactive API python core client options
-
class
cli_proton_python.options.ReceiverOptions[source]¶ Bases:
cli_proton_python.options.SRCoreOptionsProton reactive API python receiver specific client options
-
class
cli_proton_python.options.SRCoreOptions[source]¶ Bases:
cli_proton_python.options.CoreOptionsProton reactive API python sender/receiver client options
-
class
cli_proton_python.options.SenderOptions[source]¶ Bases:
cli_proton_python.options.SRCoreOptionsProton reactive API python sender specific client options
-
cli_proton_python.options.convert_to_unicode(value)[source]¶ Python 2.x: converts value to unicode
Parameters: value (str) – value to be converted to unicode Returns: unicode string Return type: str (unicode)