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

me.chanjar.weixin.common.util.http.RequestHttp Maven / Gradle / Ivy

There is a newer version: 4.6.9.B
Show newest version
package me.chanjar.weixin.common.util.http;

/**
 * Created by ecoolper on 2017/4/22.
 *
 * @author ecoolper
 */
public interface RequestHttp {

  /**
   * 返回httpClient.
   *
   * @return 返回httpClient
   */
  H getRequestHttpClient();

  /**
   * 返回httpProxy.
   *
   * @return 返回httpProxy
   */
  P getRequestHttpProxy();

  /**
   * 返回HttpType.
   *
   * @return HttpType
   */
  HttpType getRequestType();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy