All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 - 2024 Weber Informatics LLC | Privacy Policy