Java后台请求远程链接
生活随笔
收集整理的這篇文章主要介紹了
Java后台请求远程链接
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
使用jar:commons-httpclient-3.1.jar
方法:
public?void?findTeacherJson(){String?resp?=?null;HttpClient?client?=?new?HttpClient();GetMethod?httpGet?=?new?GetMethod("URL地址字符串");try?{int?statusCode?=?client.executeMethod(httpGet);if?(statusCode?!=?HttpStatus.SC_OK)?{?//?打印服務(wù)器返回的狀態(tài)System.out.println("Method?failed:?"?+?httpGet.getStatusLine());httpGet.abort();}?else?{resp?=?httpGet.getResponseBodyAsString();if?(resp?!=?null)?{resp?=?new?String(resp.getBytes(),?"utf-8");}}}?catch?(HttpException?e)?{e.printStackTrace();}?catch?(IOException?e)?{e.printStackTrace();}JSONArray?json?=?JSONArray.fromObject(resp);ServletActionContext.getResponse().setContentType("text/html;charset=UTF-8");try?{ServletActionContext.getResponse().getWriter().print(json?);}?catch?(IOException?e)?{e.printStackTrace();}}jar包地址: http://pan.baidu.com/s/1eQxlyeA
?
轉(zhuǎn)載于:https://blog.51cto.com/lailai/1596330
總結(jié)
以上是生活随笔為你收集整理的Java后台请求远程链接的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: android 上传文件用php程序在服
- 下一篇: 2014-12-27 迎接15年前夕,原