IBR-DTNSuite  0.8
daemon/src/net/HTTPConvergenceLayer.h File Reference
#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>
Include dependency graph for HTTPConvergenceLayer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dtn::net::HTTPConvergenceLayer
class  dtn::net::DownloadThread

Namespaces

namespace  dtn
namespace  dtn::net

Detailed Description

Date:
: 08.03.2011
Author:
: Robert Heitz

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.