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
阅读全文
浙公网安备 33010602011771号