Liking cljdoc? Tell your friends :D

netlib.dns


convert-recclj

(convert-rec rec)
source

ConvertibleToKWHashProtocolcljprotocol

Convertible to a keyword hash

Convertible to a keyword hash

convertclj

(convert a)

Convert data type to a keyword hash

Convert data type to a keyword hash
sourceraw docstring

get-kw-from-lookup-typeclj

(get-kw-from-lookup-type look-type)
source

get-lookup-typeclj

(get-lookup-type kw)
source

invoke-protected-methodclj

(invoke-protected-method java-obj meth-name)
(invoke-protected-method klass java-obj meth-name)
Hack to work around https://dev.clojure.org/jira/browse/CLJ-1243
sourceraw docstring

keyword-typeclj

source

keyword-type-tableclj

source

lookupclj

(lookup domain)
(lookup domain {:keys [resolve extend-resolves type] :or {type :a}})

查找dns domain 要查找的域名

可选的option: :type 查找的类型:a :mx 等,默认为:a :resolve 使用的解析服务器 :extend-resolves 使用一组解析服务器

如果无法解析,返回{:error 错误信息}

查找dns
`domain` 要查找的域名

可选的option:
:type 查找的类型:a :mx 等,默认为:a
:resolve 使用的解析服务器
:extend-resolves 使用一组解析服务器

如果无法解析,返回{:error 错误信息}
sourceraw docstring

rev-lookupclj

(rev-lookup ip-address)

Lookup hostname by ip address

(rev-lookup "8.8.8.8")

Lookup hostname by ip address

(rev-lookup "8.8.8.8")
sourceraw docstring

type-keyword-tableclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close