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