![]() |
HAN-FUN API
1.5.3
This project provides the common implementation of ULE Alliance's HAN-FUN application protocol.
|
This namespace contains the classes that implement the Session Management functionality. More...
Data Structures | |
class | AbstractClient |
Parent class for session management functionality - Client side. More... | |
class | AbstractServer |
Parent class for session management functionality - Server side. More... | |
struct | Client |
Helper template to inject session management functionality into services requiring it - Client side. More... | |
class | EntriesWrapper |
Wrapper over persistent storage APIs to invalidate sessions on save and destroy. More... | |
struct | GetEntriesMessage |
Get Entries Command Message. More... | |
struct | IServer |
Session Management API : Server side. More... | |
struct | Server |
Helper template to inject session management functionality into services requiring it - Server side. More... | |
struct | StartResponse |
Start Read Session Command Message. More... | |
Enumerations | |
enum | CMD { START, GET, END } |
Available commands for session management. More... | |
This namespace contains the classes that implement the Session Management functionality.