`
fenglin
  • 浏览: 31256 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

HttpClient chunked 编码

    博客分类:
  • Java
阅读更多
HttpClient 支持chunked编码

需要注意的是
httpClient.executeMethod(postMethod);

执行后并不会抓取ResponseBody

必须
System.out.println(postMethod.getResponseBodyAsString());


getResponseBody();

API DOC:
http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/ChunkedInputStream.html
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics