Public Member Functions | |
TcpCanonizeProvider () | |
Public Member Functions inherited from ndn::IpHostCanonizeProvider< boost::asio::ip::tcp > | |
std::set< std::string > | getSchemes () const override |
bool | isCanonical (const FaceUri &faceUri) const override |
void | canonize (const FaceUri &faceUri, const FaceUri::CanonizeSuccessCallback &onSuccess, const FaceUri::CanonizeFailureCallback &onFailure, boost::asio::io_service &io, time::nanoseconds timeout) const override |
Public Member Functions inherited from ndn::CanonizeProvider | |
virtual | ~CanonizeProvider ()=default |
Protected Member Functions | |
std::pair< bool, std::string > | checkAddress (const dns::IpAddress &ipAddress) const override |
when overriden in a subclass, check the IP address is allowable More... | |
Protected Member Functions inherited from ndn::IpHostCanonizeProvider< boost::asio::ip::tcp > | |
IpHostCanonizeProvider (const std::string &baseScheme, uint16_t defaultUnicastPort=6363, uint16_t defaultMulticastPort=56363) | |
Definition at line 451 of file face-uri.cpp.
|
inline |
Definition at line 454 of file face-uri.cpp.
|
inlineoverrideprotectedvirtual |
when overriden in a subclass, check the IP address is allowable
Reimplemented from ndn::IpHostCanonizeProvider< boost::asio::ip::tcp >.
Definition at line 461 of file face-uri.cpp.