IBR-DTNSuite
0.12
|
#include "Component.h"
#include "core/BundleCore.h"
#include "core/BundleEvent.h"
#include <ibrdtn/data/Serializer.h>
#include "net/ConvergenceLayer.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 | |
dtn | |
dtn::net | |
Constant Groups | |
dtn | |
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.
Copyright (C) 2011 IBR, TU Braunschweig
Written-by: Robert Heitz
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file HTTPConvergenceLayer.h.