join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
resolver.hpp File Reference
#include <join/endpoint.hpp>
#include <functional>
#include <string>
#include <regex>
#include <set>
Include dependency graph for resolver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  join::QuestionRecord
 question record. More...
 
struct  join::AnswerRecord
 answer record. More...
 
struct  join::DnsPacket
 DNS packet. More...
 
class  join::Resolver
 basic domain name resolution class. More...
 

Namespaces

namespace  join
 

Typedefs

using join::AliasList = std::set <std::string>
 list of alias.
 
using join::ServerList = std::set <std::string>
 list of name servers.
 
using join::ExchangerList = std::set <std::string>
 list of mail exchangers.