com.foxinmy.weixin4j.http.support.apache4
Class HttpComponent4_2

java.lang.Object
  extended by com.foxinmy.weixin4j.http.AbstractHttpClient
      extended by com.foxinmy.weixin4j.http.support.apache4.HttpComponent4
          extended by com.foxinmy.weixin4j.http.support.apache4.HttpComponent4_2
All Implemented Interfaces:
HttpClient

public class HttpComponent4_2
extends HttpComponent4

Requires Apache HttpComponents 4.3 or higher

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:

Constructor Summary
HttpComponent4_2(org.apache.http.impl.client.CloseableHttpClient httpClient)
           
 
Method Summary
 HttpResponse execute(HttpRequest request)
          处理请求
 
Methods inherited from class com.foxinmy.weixin4j.http.AbstractHttpClient
delete, delete, get, get, head, head, options, options, post, post, post, put, put
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpComponent4_2

public HttpComponent4_2(org.apache.http.impl.client.CloseableHttpClient httpClient)
Method Detail

execute

public HttpResponse execute(HttpRequest request)
                     throws HttpClientException
Description copied from interface: HttpClient
处理请求

Parameters:
request - 请求对象
Returns:
响应对象
Throws:
HttpClientException


Copyright © 2014–2017. All rights reserved.