![JAR search and dependency download from the Maven repository](/logo.png)
com.yy.httpproxy.service.DnsHandler Maven / Gradle / Ivy
package com.yy.httpproxy.service;
import android.content.Context;
/**
* Created by huangzhilong on 2016/8/18.
*/
public interface DnsHandler {
void init(Context context);
String handlerDns(String host);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy