public class CacheDnsResolver extends Object implements org.apache.http.conn.DnsResolver
public CacheDnsResolver(int maxSize,
int timeout)
maxSize - 缓存大小timeout - 过期时间(单位:s)public InetAddress[] resolve(String host) throws UnknownHostException
resolve 在接口中 org.apache.http.conn.DnsResolverUnknownHostExceptionCopyright © 2020 IBIT程序猿. All rights reserved.