MQTTSuite
Loading...
Searching...
No Matches
SubProtocolFactory.cpp File Reference
#include "SubProtocolFactory.h"
#include "lib/JsonMappingReader.h"
#include "lib/Mqtt.h"
#include <core/socket/stream/SocketConnection.h>
#include <iot/mqtt/server/broker/Broker.h>
#include <web/websocket/SubProtocolContext.h>
Include dependency graph for SubProtocolFactory.cpp:

Go to the source code of this file.

Namespaces

namespace  mqtt
namespace  mqtt::mqttbroker
namespace  mqtt::mqttbroker::websocket

Macros

#define NAME   "mqtt"

Functions

web::websocket::SubProtocolFactory< web::websocket::server::SubProtocol > * mqttServerSubProtocolFactory ()

Macro Definition Documentation

◆ NAME

#define NAME   "mqtt"

Definition at line 60 of file SubProtocolFactory.cpp.

Function Documentation

◆ mqttServerSubProtocolFactory()

web::websocket::SubProtocolFactory< web::websocket::server::SubProtocol > * mqttServerSubProtocolFactory ( )

Definition at line 79 of file SubProtocolFactory.cpp.

79 {
80 // Return the *expected* factory type so the compiler can apply any required
81 // pointer adjustment and the host can safely call methods on the object.
83}

References mqtt::mqttbroker::websocket::SubProtocolFactory::SubProtocolFactory().

Here is the call graph for this function: