#include "dummy-client-face.hpp"
#include "../transport/transport.hpp"
#include "../management/nfd-controller.hpp"
#include "../management/nfd-control-response.hpp"
#include <boost/asio/io_service.hpp>
Go to the source code of this file.
Classes | |
class | ndn::util::DummyClientFace::Transport |
Namespaces | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
ndn::util | |
Functions | |
template<> | |
void | ndn::util::DummyClientFace::receive< lp::Nack > (const lp::Nack &nack) |
shared_ptr< DummyClientFace > | ndn::util::makeDummyClientFace (const DummyClientFace::Options &options=DummyClientFace::DEFAULT_OPTIONS) |
Create a dummy face with internal IO service. More... | |
shared_ptr< DummyClientFace > | ndn::util::makeDummyClientFace (boost::asio::io_service &ioService, const DummyClientFace::Options &options=DummyClientFace::DEFAULT_OPTIONS) |
Create a dummy face with the provided IO service. More... | |