Uses of Class
com.foxinmy.weixin4j.http.HttpRequest

Packages that use HttpRequest
com.foxinmy.weixin4j.http   
com.foxinmy.weixin4j.http.support.apache3   
com.foxinmy.weixin4j.http.support.apache4   
com.foxinmy.weixin4j.http.support.netty   
com.foxinmy.weixin4j.http.support.okhttp   
com.foxinmy.weixin4j.http.weixin   
 

Uses of HttpRequest in com.foxinmy.weixin4j.http
 

Methods in com.foxinmy.weixin4j.http with parameters of type HttpRequest
 HttpResponse SimpleHttpClient.execute(HttpRequest request)
           
 HttpResponse HttpClient.execute(HttpRequest request)
          处理请求
 

Uses of HttpRequest in com.foxinmy.weixin4j.http.support.apache3
 

Methods in com.foxinmy.weixin4j.http.support.apache3 with parameters of type HttpRequest
 HttpResponse HttpComponent3.execute(HttpRequest request)
           
 

Uses of HttpRequest in com.foxinmy.weixin4j.http.support.apache4
 

Methods in com.foxinmy.weixin4j.http.support.apache4 with parameters of type HttpRequest
 HttpResponse HttpComponent4_2.execute(HttpRequest request)
           
 HttpResponse HttpComponent4_1.execute(HttpRequest request)
           
 

Uses of HttpRequest in com.foxinmy.weixin4j.http.support.netty
 

Methods in com.foxinmy.weixin4j.http.support.netty with parameters of type HttpRequest
 HttpResponse Netty4HttpClient.execute(HttpRequest request)
           
 

Uses of HttpRequest in com.foxinmy.weixin4j.http.support.okhttp
 

Methods in com.foxinmy.weixin4j.http.support.okhttp with parameters of type HttpRequest
 HttpResponse OkHttpClient3.execute(HttpRequest request)
           
 HttpResponse OkHttpClient2.execute(HttpRequest request)
           
 

Uses of HttpRequest in com.foxinmy.weixin4j.http.weixin
 

Methods in com.foxinmy.weixin4j.http.weixin with parameters of type HttpRequest
 WeixinResponse WeixinRequestExecutor.doRequest(HttpRequest request)
          执行微信请求
 



Copyright © 2014–2017. All rights reserved.