class DChecker::WHOISClient
- DChecker::WHOISClient
- Reference
- Object
Defined in:
whoisclient.crConstructors
Instance Method Summary
- #add_input_channel(channel : Channel(Domain))
- #check(domain : Domain, timeout : Float64 = 10) : WHOISResponse
- #scan_loop(ochannel : Channel(WHOISResponse), interval : Float64 = 0.25, timeout : Float64 = 10)
Constructor Detail
def self.new(host : String, port : Int32 = 43, query_format : String = "%domain%\n", available_regex : Regex = /^NOT FOUND/im)
#
Instance Method Detail
def scan_loop(ochannel : Channel(WHOISResponse), interval : Float64 = 0.25, timeout : Float64 = 10)
#