02 2013 档案

摘要:使用AndroidHttpService创建简单http服务,如果是提供在线音乐和视频播放,需要设置head属性public void handle(HttpRequest request, HttpResponse response, HttpContext context) throws HttpException, IOException { String target = URLDecoder.decode(request.getRequestLine().getUri(), "UTF-8"); response.setStatusCode(HttpStatus.S 阅读全文
posted @ 2013-02-21 15:34 鬼脚八 阅读(170) 评论(0) 推荐(0)