Adds callback for specific indication.
Parameters: |
|
---|
Property storing list of strings of handlers.
Return type: | list |
---|
Property storing bind hostname.
Return type: | str |
---|
Property storing flag, which indicates, if the indication listener is running.
Return type: | bool |
---|
Property storing listening port.
Return type: | int |
---|
Removes a specified handler from indication listener.
Parameters: | name (str) – indication name |
---|---|
Raises : | KeyError |
Starts indication listener.
Stops indication listener.
Property storing flag, which indicates, if the indication listener uses secure connection.
Return type: | bool |
---|