|
kanzi::string | getBlobArgument () const |
|
int | getFlagsArgument () const |
|
kanzi::string | getStreamIdArgument () const |
|
void | setBlobArgument (const kanzi::string &blob) |
|
void | setFlagsArgument (const int &flags) |
|
void | setStreamIdArgument (const kanzi::string &streamId) |
|
| StreamNewBlobEvent () |
|
bool | addBinaryAttribute (int key, const string &value) |
| Add a binary string value to an attribute.
|
|
bool | addBinaryAttributeEx (int key, const unsigned char *blob, size_t size) |
| Add a binary data t to an attribute.
|
|
bool | addBoolAttribute (int key, bool value) |
| Add a boolean value to an attribute.
|
|
bool | addDoubleAttribute (int key, double value) |
| Add a double value to an attribute.
|
|
bool | addFloatAttribute (int key, float value) |
| Add a floating point value to an attribute.
|
|
bool | addInt64Attribute (int key, int64_t value) |
| Add 64bit integer value to an attribute.
|
|
bool | addIntAttribute (int key, int value) |
| Add a integer value to an attribute.
|
|
bool | addPackageAttribute (int key, const MessagePackage &value) |
| Add a child message package to an attribute.
|
|
bool | addStringAttribute (int key, const string &value) |
| Add a string value to an attribute.
|
|
bool | addUInt64Attribute (int key, uint64_t value) |
| Add 64-bit integer value to an attribute.
|
|
bool | addUIntAttribute (int key, unsigned int value) |
| Add a integer value to an attribute.
|
|
unsigned int | byteSize () const |
| Get binary size for the message.
|
|
virtual void | clear () |
| Purge the contents of the package.
|
|
void | eraseAttribute (int key) |
| Erase attribute array i.e.
|
|
string | getAttributeKeyString (int key) const |
| Get attribute key string for an attribute.
|
|
AttributeType | getAttributeType (int key) const |
| Get the type of an attribute.
|
|
size_t | getAttributeValuesCount (int key) const |
| Get the size of values array for an .
|
|
string | getBinaryAttribute (int key, size_t index) const |
| Get the binary string value of an attribute.
|
|
bool | getBoolAttribute (int key, size_t index) const |
| Get the boolean value of an attribute.
|
|
int | getClientIdentifier () const |
| Get client identifier.
|
|
double | getDoubleAttribute (int key, size_t index) const |
| Get the double value of an attribute.
|
|
float | getFloatAttribute (int key, size_t index) const |
| Get the floating point value of an attribute.
|
|
uint32_t | getHandle () const |
|
int64_t | getInt64Attribute (int key, size_t index) const |
| Get the integer value of an attribute.
|
|
int | getIntAttribute (int key, size_t index) const |
| Get the integer value of an attribute.
|
|
string | getInterfaceIdentifier () const |
| Get interface identifier.
|
|
string | getInvokeName () const |
| Get invoke name.
|
|
MessageType | getMessageType () const |
| Get message type.
|
|
MessagePackage | getPackageAttribute (int key, size_t index) const |
| Get the child message package of an attribute.
|
|
bool | getPackageAttributeTo (int key, size_t index, MessagePackage *to) const |
| Get the child message package of an attribute.
|
|
int | getSessionIdentifier () const |
| Get session identifier.
|
|
string | getSourceClientAddress () const |
| Retrieve configured client address.
|
|
int | getSourceClientIdentifier () const |
| Retrieve source client identifier.
|
|
string | getSourceClientName () const |
| Retrieve configure client name.
|
|
string | getSourceClientProtocol () const |
| Retrieve configured client protocol.
|
|
string | getStringAttribute (int key, size_t index) const |
| Get the string value of an attribute.
|
|
virtual string | getType () const |
| Get identity of this message.
|
|
uint64_t | getUInt64Attribute (int key, size_t index) const |
| Get the 64-bit unsigned integer value of an attribute.
|
|
unsigned int | getUIntAttribute (int key, size_t index) const |
| Get the unsigned integer value of an attribute.
|
|
virtual bool | initialize (const string &buffer, bool isBinary) |
|
| MessagePackage () |
|
| MessagePackage (const MessagePackage &package) |
|
| MessagePackage (MessagePackage &&package) |
|
MessagePackage & | operator= (const MessagePackage &package) |
|
virtual string | serializeAsString () const |
| Serialize message container to a string.
|
|
bool | setAttributeKeyString (int key, const string &keyString) |
| Set attribute key string for an attribute.
|
|
bool | setClientIdentifier (int identifier) |
| Set client identifier for the message package.
|
|
bool | setHandle (uint32_t handle) |
|
bool | setInterfaceIdentifier (const string &identifier) |
| Set interface identifier for the message package.
|
|
bool | setInvokeName (const string &invokeName) |
| Set invoke name for the message package.
|
|
bool | setMessageType (MessageType type) |
| Set message type.
|
|
bool | setSessionIdentifier (int identifier) |
| Set session identifier for the message package.
|
|
bool | setSourceClientAddress (const string &address) |
| Sets a client address.
|
|
bool | setSourceClientIdentifier (int identifier) |
| Sets a client identifier.
|
|
bool | setSourceClientName (const string &name) |
| Sets a client name.
|
|
bool | setSourceClientProtocol (const string &protocol) |
| Sets a client protocol.
|
|
virtual bool | setType (const string &type) |
| Set identity for this message.
|
|
virtual | ~MessagePackage () |
|