IBR-DTNSuite
0.8
|
#include "Component.h"
#include "core/BundleCore.h"
#include "core/BundleEvent.h"
#include <ibrdtn/data/Serializer.h>
#include "net/ConvergenceLayer.h"
#include "net/TransferCompletedEvent.h"
#include "net/TransferAbortedEvent.h"
#include "net/BundleReceivedEvent.h"
#include <ibrcommon/data/BLOB.h>
#include <ibrcommon/data/iobuffer.h>
#include <ibrcommon/net/vinterface.h>
#include <ibrcommon/net/vaddress.h>
#include <ibrcommon/thread/MutexLock.h>
#include <ibrcommon/thread/Mutex.h>
#include <ibrcommon/thread/Thread.h>
#include <ibrcommon/Exceptions.h>
#include <ibrcommon/Logger.h>
#include <curl/curl.h>
#include <curl/easy.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | dtn::net::HTTPConvergenceLayer |
class | dtn::net::DownloadThread |
Namespaces | |
namespace | dtn |
namespace | dtn::net |
HTTPConvergenceLayer header file. In this file the classes DownloadThread and HTTPConvergenceLayer are defined. The class HTTPConvergenceLayer implements the interfaces ConvergenceLayer and IndependentComponent. The class DownloadThread implemets the JoinableThread interface.
Definition in file HTTPConvergenceLayer.h.