Nebula
Loading...
Searching...
No Matches
httpprotocol.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
7#include "messaging/message.h"
9
10//------------------------------------------------------------------------------
11namespace Http
12{
13//------------------------------------------------------------------------------
34//------------------------------------------------------------------------------
55} // namespace Http
56//------------------------------------------------------------------------------
Definition httpprotocol.h:15
AttachRequestHandler()
Definition httpprotocol.h:19
void SetRequestHandler(const Ptr< Http::HttpRequestHandler > &val)
Definition httpprotocol.h:22
__DeclareMsgId
Definition httpprotocol.h:17
__DeclareClass(AttachRequestHandler)
const Ptr< Http::HttpRequestHandler > & GetRequestHandler() const
Definition httpprotocol.h:27
Ptr< Http::HttpRequestHandler > requesthandler
Definition httpprotocol.h:32
Definition httpprotocol.h:36
const Ptr< Http::HttpRequestHandler > & GetRequestHandler() const
Definition httpprotocol.h:48
RemoveRequestHandler()
Definition httpprotocol.h:40
__DeclareClass(RemoveRequestHandler)
void SetRequestHandler(const Ptr< Http::HttpRequestHandler > &val)
Definition httpprotocol.h:43
__DeclareMsgId
Definition httpprotocol.h:38
Ptr< Http::HttpRequestHandler > requesthandler
Definition httpprotocol.h:53
Messages are packets of data which can be sent to a message port.
Definition message.h:45
volatile int handled
Definition message.h:74
Nebula's smart pointer class which manages the life time of RefCounted objects.
Definition ptr.h:38
#define n_assert(exp)
Definition debug.h:50
This file was generated with Nebula Trifid's idlc compiler tool.
Definition defaulthttprequesthandler.cc:15