![]() |
Vault
4.1
|
#include "vstring.h"#include "vmutex.h"#include "vmutexlocker.h"#include "vmessagequeue.h"#include "vsocketstream.h"#include "vbinaryiostream.h"Go to the source code of this file.
Classes | |
| class | VClientSession |
| This base class provides the API and services general to the various types of client sessions that may keep a connection alive for a relatively long time, typically with a user's login credentials. More... | |
| class | VClientSessionFactory |
| Implement a subclass of VClientSessionFactory (specifically, the createSession() method) to create a socket listener that will create the desired type of VClientSession whenever an incoming connection is accepted on that socket. More... | |
Typedefs | |
|
typedef std::vector< const VMessageHandlerTask * > | SessionTaskList |
|
typedef VSharedPtr < VClientSession > | VClientSessionPtr |
|
typedef VSharedPtr< const VClientSession > | VClientSessionConstPtr |
|
typedef std::vector < VClientSessionPtr > | VClientSessionList |
Definition in file vclientsession.h.