#include "common.hpp"
#include "name.hpp"
#include "interest.hpp"
#include "interest-filter.hpp"
#include "data.hpp"
#include "security/signing-info.hpp"
#include "security/identity-certificate.hpp"
Go to the source code of this file.
Classes | |
class | ndn::Face |
Abstraction to communicate with local or remote NDN forwarder. More... | |
class | ndn::Face::Error |
Namespaces | |
boost | |
Copyright (c) 2013-2015 Regents of the University of California. | |
boost::asio | |
ndn | |
Copyright (c) 2011-2015 Regents of the University of California. | |
ndn::security | |
ndn::nfd | |
Macros | |
#define | NDN_FACE_KEEP_DEPRECATED_REGISTRATION_SIGNING |
Copyright (c) 2013-2015 Regents of the University of California. More... | |
Typedefs | |
typedef function< void(const Interest &, Data &)> | ndn::OnData |
Callback called when expressed Interest gets satisfied with Data packet. More... | |
typedef function< void(const Interest &)> | ndn::OnTimeout |
Callback called when expressed Interest times out. More... | |
typedef function< void(const InterestFilter &, const Interest &)> | ndn::OnInterest |
Callback called when incoming Interest matches the specified InterestFilter. More... | |
typedef function< void(const Name &)> | ndn::RegisterPrefixSuccessCallback |
Callback called when registerPrefix or setInterestFilter command succeeds. More... | |
typedef function< void(const Name &, const std::string &)> | ndn::RegisterPrefixFailureCallback |
Callback called when registerPrefix or setInterestFilter command fails. More... | |
typedef function< void()> | ndn::UnregisterPrefixSuccessCallback |
Callback called when unregisterPrefix or unsetInterestFilter command succeeds. More... | |
typedef function< void(const std::string &)> | ndn::UnregisterPrefixFailureCallback |
Callback called when unregisterPrefix or unsetInterestFilter command fails. More... | |
#define NDN_FACE_KEEP_DEPRECATED_REGISTRATION_SIGNING |
Copyright (c) 2013-2015 Regents of the University of California.
This file is part of ndn-cxx library (NDN C++ library with eXperimental eXtensions).
ndn-cxx library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
ndn-cxx library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received copies of the GNU General Public License and GNU Lesser General Public License along with ndn-cxx, e.g., in COPYING.md file. If not, see http://www.gnu.org/licenses/.
See AUTHORS.md for complete list of ndn-cxx authors and contributors.