#include "common.hpp"
#include "name.hpp"
#include "interest.hpp"
#include "interest-filter.hpp"
#include "data.hpp"
#include "encoding/nfd-constants.hpp"
#include "lp/nack.hpp"
#include "security/signing-info.hpp"
#include "security/v1/identity-certificate.hpp"
Go to the source code of this file.
Classes | |
class | ndn::Face |
Provide a communication channel with local or remote NDN forwarder. More... | |
class | ndn::Face::Error |
Namespaces | |
boost | |
Copyright (c) 2013-2016 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-2016 Regents of the University of California. More... | |
Typedefs | |
typedef function< void(const Interest &, const Data &)> | ndn::DataCallback |
Callback invoked when expressed Interest gets satisfied with a Data packet. More... | |
typedef function< void(const Interest &, const lp::Nack &)> | ndn::NackCallback |
Callback invoked when Nack is sent in response to expressed Interest. More... | |
typedef function< void(const Interest &)> | ndn::TimeoutCallback |
Callback invoked when expressed Interest times out. More... | |
typedef function< void(const Interest &, Data &)> | ndn::OnData |
Callback invoked when expressed Interest gets satisfied with Data packet. More... | |
typedef function< void(const Interest &)> | ndn::OnTimeout |
Callback invoked when expressed Interest times out. More... | |
typedef function< void(const InterestFilter &, const Interest &)> | ndn::InterestCallback |
Callback invoked when incoming Interest matches the specified InterestFilter. More... | |
typedef function< void(const InterestFilter &, const Interest &)> | ndn::OnInterest |
Callback invoked when incoming Interest matches the specified InterestFilter. More... | |
typedef function< void(const Name &)> | ndn::RegisterPrefixSuccessCallback |
Callback invoked when registerPrefix or setInterestFilter command succeeds. More... | |
typedef function< void(const Name &, const std::string &)> | ndn::RegisterPrefixFailureCallback |
Callback invoked when registerPrefix or setInterestFilter command fails. More... | |
typedef function< void()> | ndn::UnregisterPrefixSuccessCallback |
Callback invoked when unregisterPrefix or unsetInterestFilter command succeeds. More... | |
typedef function< void(const std::string &)> | ndn::UnregisterPrefixFailureCallback |
Callback invoked when unregisterPrefix or unsetInterestFilter command fails. More... | |
#define NDN_FACE_KEEP_DEPRECATED_REGISTRATION_SIGNING |
Copyright (c) 2013-2016 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.