Uses of Class
com.foxinmy.weixin4j.http.URLParameter
-
Packages that use URLParameter Package Description com.foxinmy.weixin4j.http com.foxinmy.weixin4j.http.entity com.foxinmy.weixin4j.http.weixin -
-
Uses of URLParameter in com.foxinmy.weixin4j.http
Methods in com.foxinmy.weixin4j.http with parameters of type URLParameter Modifier and Type Method Description void
AbstractHttpClient. delete(String url, URLParameter... parameters)
void
HttpClient. delete(String url, URLParameter... parameters)
protected HttpResponse
AbstractHttpClient. execute(HttpMethod method, String url, URLParameter... parameters)
HttpResponse
AbstractHttpClient. get(String url, URLParameter... parameters)
HttpResponse
HttpClient. get(String url, URLParameter... parameters)
HttpHeaders
AbstractHttpClient. head(String url, URLParameter... parameters)
HttpHeaders
HttpClient. head(String url, URLParameter... parameters)
Set<HttpMethod>
AbstractHttpClient. options(String url, URLParameter... parameters)
Set<HttpMethod>
HttpClient. options(String url, URLParameter... parameters)
HttpResponse
AbstractHttpClient. post(String url, URLParameter... parameters)
HttpResponse
HttpClient. post(String url, URLParameter... parameters)
void
AbstractHttpClient. put(String url, URLParameter... parameters)
void
HttpClient. put(String url, URLParameter... parameters)
-
Uses of URLParameter in com.foxinmy.weixin4j.http.entity
Method parameters in com.foxinmy.weixin4j.http.entity with type arguments of type URLParameter Modifier and Type Method Description static String
FormUrlEntity. formatParameters(List<URLParameter> parameters)
Constructor parameters in com.foxinmy.weixin4j.http.entity with type arguments of type URLParameter Constructor Description FormUrlEntity(List<URLParameter> parameters)
-
Uses of URLParameter in com.foxinmy.weixin4j.http.weixin
Methods in com.foxinmy.weixin4j.http.weixin with parameters of type URLParameter Modifier and Type Method Description WeixinResponse
WeixinRequestExecutor. get(String url, URLParameter... parameters)
Get方法执行微信请求
-