2#ifndef HTTP_HTTPINTERFACE_H
3#define HTTP_HTTPINTERFACE_H
The HttpInterface launches the HttpServer thread and is the communication interface with the HttpServ...
Definition httpinterface.h:24
__DeclareInterfaceSingleton(HttpInterface)
virtual void Open()
open the interface object
Definition httpinterface.cc:40
void SetTcpPort(ushort port)
set the tcp port for the http handler
Definition httpinterface.h:44
HttpInterface()
constructor
Definition httpinterface.cc:22
__DeclareClass(HttpInterface)
virtual ~HttpInterface()
destructor
Definition httpinterface.cc:31
ushort tcpPort
Definition httpinterface.h:37
Base class for interfaces.
Definition interfacebase.h:22
This file was generated with Nebula Trifid's idlc compiler tool.
Definition defaulthttprequesthandler.cc:15
unsigned short ushort
Definition types.h:32