NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::Face::Impl Class Reference

implementation detail of Face More...

#include <face-impl.hpp>

Inheritance diagram for ndn::Face::Impl:
Collaboration diagram for ndn::Face::Impl:

Public Types

using PendingInterestTable = ContainerWithOnEmptySignal< shared_ptr< PendingInterest > >
 
using InterestFilterTable = std::list< shared_ptr< InterestFilterRecord > >
 
using RegisteredPrefixTable = ContainerWithOnEmptySignal< shared_ptr< RegisteredPrefix > >
 

Public Member Functions

 Impl (Face &face)
 
void asyncExpressInterest (shared_ptr< const Interest > interest, const DataCallback &afterSatisfied, const NackCallback &afterNacked, const TimeoutCallback &afterTimeout)
 
void asyncRemovePendingInterest (const PendingInterestId *pendingInterestId)
 
void asyncRemoveAllPendingInterests ()
 
bool satisfyPendingInterests (const Data &data)
 
optional< lp::NacknackPendingInterests (const lp::Nack &nack)
 
void asyncSetInterestFilter (shared_ptr< InterestFilterRecord > interestFilterRecord)
 
void asyncUnsetInterestFilter (const InterestFilterId *interestFilterId)
 
void processIncomingInterest (shared_ptr< const Interest > interest)
 
void dispatchInterest (PendingInterest &entry, const Interest &interest)
 
void asyncPutData (const Data &data)
 
void asyncPutNack (const lp::Nack &nack)
 
const RegisteredPrefixId * registerPrefix (const Name &prefix, shared_ptr< InterestFilterRecord > filter, const RegisterPrefixSuccessCallback &onSuccess, const RegisterPrefixFailureCallback &onFailure, uint64_t flags, const nfd::CommandOptions &options)
 
void afterPrefixRegistered (shared_ptr< RegisteredPrefix > registeredPrefix, const RegisterPrefixSuccessCallback &onSuccess)
 
void asyncUnregisterPrefix (const RegisteredPrefixId *registeredPrefixId, const UnregisterPrefixSuccessCallback &onSuccess, const UnregisterPrefixFailureCallback &onFailure)
 
void finalizeUnregisterPrefix (RegisteredPrefixTable::iterator item, const UnregisterPrefixSuccessCallback &onSuccess)
 
void ensureConnected (bool wantResume)
 
void onEmptyPitOrNoRegisteredPrefixes ()
 

Friends

class Face
 

Detailed Description

implementation detail of Face

Definition at line 60 of file face-impl.hpp.

Member Typedef Documentation

◆ PendingInterestTable

◆ InterestFilterTable

Definition at line 64 of file face-impl.hpp.

◆ RegisteredPrefixTable

Constructor & Destructor Documentation

◆ Impl()

ndn::Face::Impl::Impl ( Face face)
inlineexplicit

Member Function Documentation

◆ asyncExpressInterest()

void ndn::Face::Impl::asyncExpressInterest ( shared_ptr< const Interest interest,
const DataCallback afterSatisfied,
const NackCallback afterNacked,
const TimeoutCallback afterTimeout 
)
inline

◆ asyncRemovePendingInterest()

void ndn::Face::Impl::asyncRemovePendingInterest ( const PendingInterestId *  pendingInterestId)
inline

Definition at line 114 of file face-impl.hpp.

References ndn::ContainerWithOnEmptySignal< T >::remove_if().

◆ asyncRemoveAllPendingInterests()

void ndn::Face::Impl::asyncRemoveAllPendingInterests ( )
inline

Definition at line 120 of file face-impl.hpp.

References ndn::ContainerWithOnEmptySignal< T >::clear().

◆ satisfyPendingInterests()

bool ndn::Face::Impl::satisfyPendingInterests ( const Data data)
inline
Returns
whether the Data should be sent to the forwarder, if it does not come from the forwarder

Definition at line 128 of file face-impl.hpp.

References ndn::APP, ndn::ContainerWithOnEmptySignal< T >::begin(), ndn::ContainerWithOnEmptySignal< T >::end(), ndn::ContainerWithOnEmptySignal< T >::erase(), and NDN_LOG_DEBUG.

Referenced by asyncPutData().

◆ nackPendingInterests()

optional<lp::Nack> ndn::Face::Impl::nackPendingInterests ( const lp::Nack nack)
inline

◆ asyncSetInterestFilter()

void ndn::Face::Impl::asyncSetInterestFilter ( shared_ptr< InterestFilterRecord interestFilterRecord)
inline

Definition at line 190 of file face-impl.hpp.

References NDN_LOG_INFO.

◆ asyncUnsetInterestFilter()

void ndn::Face::Impl::asyncUnsetInterestFilter ( const InterestFilterId *  interestFilterId)
inline

Definition at line 197 of file face-impl.hpp.

References NDN_LOG_INFO.

◆ processIncomingInterest()

void ndn::Face::Impl::processIncomingInterest ( shared_ptr< const Interest interest)
inline

◆ dispatchInterest()

void ndn::Face::Impl::dispatchInterest ( PendingInterest entry,
const Interest interest 
)
inline

◆ asyncPutData()

void ndn::Face::Impl::asyncPutData ( const Data data)
inline

◆ asyncPutNack()

◆ registerPrefix()

const RegisteredPrefixId* ndn::Face::Impl::registerPrefix ( const Name prefix,
shared_ptr< InterestFilterRecord filter,
const RegisterPrefixSuccessCallback onSuccess,
const RegisterPrefixFailureCallback onFailure,
uint64_t  flags,
const nfd::CommandOptions options 
)
inline

◆ afterPrefixRegistered()

void ndn::Face::Impl::afterPrefixRegistered ( shared_ptr< RegisteredPrefix registeredPrefix,
const RegisterPrefixSuccessCallback onSuccess 
)
inline

Definition at line 302 of file face-impl.hpp.

References ndn::ContainerWithOnEmptySignal< T >::insert(), and NDN_LOG_INFO.

Referenced by registerPrefix().

◆ asyncUnregisterPrefix()

◆ finalizeUnregisterPrefix()

void ndn::Face::Impl::finalizeUnregisterPrefix ( RegisteredPrefixTable::iterator  item,
const UnregisterPrefixSuccessCallback onSuccess 
)
inline

Definition at line 358 of file face-impl.hpp.

References ndn::ContainerWithOnEmptySignal< T >::erase(), and NDN_LOG_INFO.

Referenced by asyncUnregisterPrefix().

◆ ensureConnected()

void ndn::Face::Impl::ensureConnected ( bool  wantResume)
inline

Definition at line 371 of file face-impl.hpp.

Referenced by asyncExpressInterest(), asyncPutData(), and asyncPutNack().

◆ onEmptyPitOrNoRegisteredPrefixes()

void ndn::Face::Impl::onEmptyPitOrNoRegisteredPrefixes ( )
inline

Definition at line 382 of file face-impl.hpp.

References ndn::ContainerWithOnEmptySignal< T >::empty().

Referenced by Impl().

Friends And Related Function Documentation

◆ Face

friend class Face
friend

Definition at line 422 of file face-impl.hpp.


The documentation for this class was generated from the following file: