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

com.yy.httpproxy.requester.HttpRequester Maven / Gradle / Ivy

There is a newer version: 1.1.28
Show newest version
package com.yy.httpproxy.requester;

import com.yy.httpproxy.ProxyClient;
import com.yy.httpproxy.ReplyHandler;

/**
 * Created by xuduo on 10/16/15.
 */
public interface HttpRequester {

    void request(RequestInfo requestInfo);

    void setProxyClient(ProxyClient proxyClient);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy