Vault
4.1
|
#include "vsocketthread.h"
#include "vsocketstream.h"
#include "vserver.h"
#include "vbinaryiostream.h"
#include "vmessage.h"
Go to the source code of this file.
Classes | |
class | VMessageInputThread |
VMessageInputThread understands how to perform blocking input reads of VMessage objects (finding and calling a VMessageHandler) from its i/o stream. More... | |
class | VBentoMessageInputThread |
VBentoMessageInputThread is a VMessageInputThread that can automatically handle no-such-handler or uncaught message dispatch exceptions, and in response send a Bento-based error reply back to the sender. More... |
Definition in file vmessageinputthread.h.