Represents a face-endpoint pair in the forwarder. More...
#include <face-endpoint.hpp>
Public Member Functions | |
FaceEndpoint (Face &face, EndpointId endpoint) | |
Public Attributes | |
Face & | face |
const EndpointId | endpoint |
Represents a face-endpoint pair in the forwarder.
Definition at line 36 of file face-endpoint.hpp.
|
inline |
Definition at line 39 of file face-endpoint.hpp.
Face& nfd::FaceEndpoint::face |
Definition at line 46 of file face-endpoint.hpp.
Referenced by nfd::fw::Strategy::afterContentStoreHit(), nfd::fw::SelfLearningStrategy::afterReceiveData(), nfd::fw::Strategy::afterReceiveData(), nfd::fw::MulticastStrategy::afterReceiveInterest(), nfd::fw::RandomStrategy::afterReceiveInterest(), nfd::fw::asf::AsfStrategy::afterReceiveInterest(), nfd::fw::AccessStrategy::afterReceiveInterest(), nfd::fw::BestRouteStrategy::afterReceiveInterest(), nfd::fw::SelfLearningStrategy::afterReceiveInterest(), nfd::fw::RandomStrategy::afterReceiveNack(), nfd::fw::asf::AsfStrategy::afterReceiveNack(), nfd::fw::BestRouteStrategy::afterReceiveNack(), nfd::fw::SelfLearningStrategy::afterReceiveNack(), nfd::fw::asf::AsfStrategy::beforeSatisfyInterest(), nfd::fw::AccessStrategy::beforeSatisfyInterest(), nfd::Forwarder::Forwarder(), nfd::Forwarder::onContentStoreMiss(), nfd::Forwarder::onDataUnsolicited(), nfd::Forwarder::onIncomingData(), nfd::Forwarder::onIncomingNack(), nfd::Forwarder::onInterestLoop(), and nfd::operator<<().
const EndpointId nfd::FaceEndpoint::endpoint |
Definition at line 47 of file face-endpoint.hpp.
Referenced by nfd::Forwarder::onIncomingData(), and nfd::operator<<().