DNS::Caching::ServiceMapper
Inherits Reference < Object
Constructors
new(capacity : Int32 = 512)
SourceInstance methods
capacity
Sourceclear
Sourceentries
Sourcefull?
Sourceget?(host : String, port : Int32) : Entry | Nil
Sourcemutex
Sourceset(host : String, port : Int32, dns_server : DNS::Address, options : Entry::Options = Entry::Options.new)
Sourceset(host : String, port : Int32, dns_servers : Array(DNS::Address), options : Entry::Options = Entry::Options.new)
Sourceset(host : String, port : Int32, dns_servers : Set(DNS::Address), options : Entry::Options = Entry::Options.new)
Sourcesize
Source