TreeFrogFramework: TWebSocketSession Class Reference
#include <twebsocketsession.h>
Public Member Functions | |
| TWebSocketSession () | |
| TWebSocketSession (const TWebSocketSession &) | |
| TWebSocketSession & | operator= (const TWebSocketSession &) |
| iterator | insert (const QString &key, const QVariant &value) |
| const QVariant | value (const QString &key) const |
| const QVariant | value (const QString &key, const QVariant &defaultValue) const |
| TWebSocketSession & | unite (const TSession &session) |
| void | reset () |
The TWebSocketSession class holds information associated with individual visitors for WebSocket connection.
This class inherits QVariantMap class.
|
inline |
Constructor.
◆ TWebSocketSession() [2/2]
◆ insert()
|
inline |
Inserts a new item with the key and a value of value.
If there is already an item with the key, that item's value is replaced with value.
◆ operator=()
◆ reset()
|
inline |
Resets the session.
◆ unite()
Inserts all the items in the other session into this session.
If a key is common to both sessions, its value will be replaced with the value stored in session.
◆ value() [1/2]
|
inline |
Returns the value associated with the key.
◆ value() [2/2]
|
inline |
This is an overloaded function.
If the session contains no item with the given key, the function returns defaultValue.
The documentation for this class was generated from the following files: