|
client-cpp
0.0.1-SNAPSHOT
|
#include "kaa/channel/IDataChannel.hpp"#include "kaa/channel/server/AbstractServerInfo.hpp"#include "kaa/http/HttpClient.hpp"#include "kaa/channel/impl/AbstractHttpChannel.hpp"#include "kaa/logging/Log.hpp"#include "kaa/security/RsaEncoderDecoder.hpp"#include "kaa/common/AvroByteArrayConverter.hpp"#include "kaa/http/IHttpResponse.hpp"#include "kaa/http/IHttpRequest.hpp"#include "kaa/http/MultipartPostHttpRequest.hpp"#include <boost/bind.hpp>#include <boost/cstdint.hpp>#include <boost/thread/mutex.hpp>#include "kaa/transport/HttpDataProcessor.hpp"#include "kaa/transport/TransportException.hpp"#include "kaa/channel/IKaaChannelManager.hpp"
Include dependency graph for AbstractHttpChannel.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | kaa::AbstractHttpChannel< Type > |
Namespaces | |
| kaa | |