Package com.qiniu.android.dns.http
Class DnspodFree
java.lang.Object
com.qiniu.android.dns.http.DnspodFree
- All Implemented Interfaces:
IResolver
public final class DnspodFree extends java.lang.Object implements IResolver
Created by bailong on 15/6/12.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DnspodFree()DnspodFree(java.lang.String ip)DnspodFree(java.lang.String ip, int timeout) -
Method Summary
Modifier and Type Method Description Record[]resolve(Domain domain, NetworkInfo info)根据域名参数进行查询
-
Constructor Details
-
DnspodFree
public DnspodFree(java.lang.String ip) -
DnspodFree
public DnspodFree(java.lang.String ip, int timeout) -
DnspodFree
public DnspodFree()
-
-
Method Details