6#include <icomp/CComponentBase.h>
9#include <imtrest/IServer.h>
10#include <imtcom/IServerDispatcher.h>
377 typedef icomp::CComponentBase BaseClass;
381 I_ASSIGN(m_httpServerCompPtr,
"HttpServer",
"HTTP server",
false,
"HttpServer");
382 I_ASSIGN(m_wsServerCompPtr,
"WebSocketServer",
"Web socket server",
false,
"WebSocketServer");
ACF component implementing multi-protocol server dispatch for HTTP and WebSocket.
ProtocolType
Communication protocols supported by server connections.
QList< ProtocolType > ProtocolTypes
List of protocol types for querying supported protocols.
Interface for managing the lifecycle of multi-protocol servers.
Server Communication and Connection Management Module.