NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::dns::Resolver Member List

This is the complete list of members for ndn::dns::Resolver, including all inherited members.

asyncResolve(const std::string &host, const time::nanoseconds &timeout, const shared_ptr< Resolver > &self)ndn::dns::Resolverinline
NULL_PORTndn::dns::Resolverstatic
onResolveError(const std::string &errorInfo, const shared_ptr< Resolver > &self)ndn::dns::Resolverinline
onResolveSuccess(const boost::system::error_code &error, BoostResolver::iterator remoteEndpoint, const shared_ptr< Resolver > &self)ndn::dns::Resolverinline
Resolver(const SuccessCallback &onSuccess, const ErrorCallback &onError, const ndn::dns::AddressSelector &addressSelector, boost::asio::io_service &ioService)ndn::dns::Resolverinline
syncResolve(BoostResolver::query query)ndn::dns::Resolverinline