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.0.45
Show newest version
package com.yy.httpproxy.requester;

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

    void request(RequestInfo requestInfo, ResponseHandler handler);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy