|
Arduino DLNA Server
|
#include <functional>#include "basic/EscapingPrint.h"#include "basic/Logger.h"#include "basic/NullPrint.h"#include "basic/Str.h"#include "basic/StrView.h"#include "basic/Url.h"#include "basic/Vector.h"#include "http/Http.h"#include "http/Server/HttpRequest.h"#include "http/Server/IHttpServer.h"#include "dlna/devices/ISubscriptionMgrDevice.h"

Go to the source code of this file.
Classes | |
| struct | tiny_dlna::Subscription |
| Represents a single event subscription for a service. More... | |
| struct | tiny_dlna::PendingNotification |
| Representation of a queued notification to be delivered later. More... | |
| class | tiny_dlna::SubscriptionMgrDevice< ClientType > |
| Manages UPnP event subscriptions and queued notifications for a DLNA device. More... | |
Namespaces | |
| namespace | tiny_dlna |