#include <channel-status-publisher.hpp>
Public Types | |
typedef std::map< std::string, shared_ptr< ProtocolFactory > > | FactoryMap |
Public Member Functions | |
ChannelStatusPublisher (const FactoryMap &factories, AppFace &face, const Name &prefix, ndn::KeyChain &keyChain) | |
virtual | ~ChannelStatusPublisher () |
Public Member Functions inherited from nfd::SegmentPublisher< AppFace > | |
SegmentPublisher (AppFace &face, const Name &prefix, ndn::KeyChain &keyChain, const time::milliseconds &freshnessPeriod=getDefaultFreshness()) | |
virtual | ~SegmentPublisher () |
void | publish () |
Protected Member Functions | |
virtual size_t | generate (ndn::EncodingBuffer &outBuffer) |
In a derived class, write the octets into outBuffer. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from nfd::SegmentPublisher< AppFace > | |
static size_t | getMaxSegmentSize () |
static constexpr time::milliseconds | getDefaultFreshness () |
Definition at line 36 of file channel-status-publisher.hpp.
typedef std::map< std::string, shared_ptr<ProtocolFactory> > nfd::ChannelStatusPublisher::FactoryMap |
Definition at line 39 of file channel-status-publisher.hpp.
nfd::ChannelStatusPublisher::ChannelStatusPublisher | ( | const FactoryMap & | factories, |
AppFace & | face, | ||
const Name & | prefix, | ||
ndn::KeyChain & | keyChain | ||
) |
Definition at line 34 of file channel-status-publisher.cpp.
|
virtual |
Definition at line 43 of file channel-status-publisher.cpp.
|
protectedvirtual |
In a derived class, write the octets into outBuffer.
Implements nfd::SegmentPublisher< AppFace >.
Definition at line 48 of file channel-status-publisher.cpp.
References ndn::nfd::ChannelStatus::setLocalUri(), and ndn::nfd::ChannelStatus::wireEncode().