NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::fw::Strategy Member List

This is the complete list of members for nfd::fw::Strategy, including all inherited members.

afterAddFacenfd::fw::Strategyprotected
afterContentStoreHit(const Data &data, const FaceEndpoint &ingress, const shared_ptr< pit::Entry > &pitEntry)nfd::fw::Strategyvirtual
afterNewNextHop(const fib::NextHop &nextHop, const shared_ptr< pit::Entry > &pitEntry)nfd::fw::Strategyvirtual
afterReceiveData(const Data &data, const FaceEndpoint &ingress, const shared_ptr< pit::Entry > &pitEntry)nfd::fw::Strategyvirtual
afterReceiveInterest(const Interest &interest, const FaceEndpoint &ingress, const shared_ptr< pit::Entry > &pitEntry)=0nfd::fw::Strategypure virtual
afterReceiveLoopedInterest(const FaceEndpoint &ingress, const Interest &interest, pit::Entry &pitEntry)nfd::fw::Strategyvirtual
afterReceiveNack(const lp::Nack &nack, const FaceEndpoint &ingress, const shared_ptr< pit::Entry > &pitEntry)nfd::fw::Strategyvirtual
areSameType(const Name &instanceNameA, const Name &instanceNameB)nfd::fw::Strategystatic
beforeRemoveFacenfd::fw::Strategyprotected
beforeSatisfyInterest(const Data &data, const FaceEndpoint &ingress, const shared_ptr< pit::Entry > &pitEntry)nfd::fw::Strategyvirtual
canCreate(const Name &instanceName)nfd::fw::Strategystatic
create(const Name &instanceName, Forwarder &forwarder)nfd::fw::Strategystatic
getFace(FaceId id) constnfd::fw::Strategyinlineprotected
getFaceTable() constnfd::fw::Strategyinlineprotected
getInstanceName() constnfd::fw::Strategyinline
getMeasurements()nfd::fw::Strategyinlineprotected
getStrategyName()nfd::fw::Strategystatic
listRegistered()nfd::fw::Strategystatic
lookupFib(const pit::Entry &pitEntry) constnfd::fw::Strategyprotected
makeInstanceName(const Name &input, const Name &strategyName)nfd::fw::Strategyprotectedstatic
onDroppedInterest(const Interest &interest, Face &egress)nfd::fw::Strategyvirtual
parseInstanceName(const Name &input)nfd::fw::Strategyprotectedstatic
registerType(const Name &strategyName=S::getStrategyName())nfd::fw::Strategyinlinestatic
rejectPendingInterest(const shared_ptr< pit::Entry > &pitEntry)nfd::fw::Strategyinlineprotected
satisfyInterest(const shared_ptr< pit::Entry > &pitEntry, const FaceEndpoint &ingress, const Data &data, std::set< std::pair< Face *, EndpointId >> &satisfiedDownstreams, std::set< std::pair< Face *, EndpointId >> &unsatisfiedDownstreams)nfd::fw::Strategyvirtual
sendData(const Data &data, Face &egress, const shared_ptr< pit::Entry > &pitEntry)nfd::fw::Strategyprotected
sendDataToAll(const Data &data, const shared_ptr< pit::Entry > &pitEntry, const Face &inFace)nfd::fw::Strategyprotected
sendInterest(const Interest &interest, Face &egress, const shared_ptr< pit::Entry > &pitEntry)nfd::fw::Strategyprotected
sendNack(const lp::NackHeader &header, Face &egress, const shared_ptr< pit::Entry > &pitEntry)nfd::fw::Strategyinlineprotected
sendNacks(const lp::NackHeader &header, const shared_ptr< pit::Entry > &pitEntry, std::initializer_list< const Face *> exceptFaces={})nfd::fw::Strategyprotected
setExpiryTimer(const shared_ptr< pit::Entry > &pitEntry, time::milliseconds duration)nfd::fw::Strategyinlineprotected
setInstanceName(const Name &name)nfd::fw::Strategyinlineprotected
Strategy(Forwarder &forwarder)nfd::fw::Strategyexplicit
~Strategy()nfd::fw::Strategyvirtual