有機肥

          綠色

          CloseableHttpResponse的使用

          public class ClientFormLogin {
           
              public static void main(String[] args) throws Exception {
                  BasicCookieStore cookieStore = new BasicCookieStore();
                  CloseableHttpClient httpclient = HttpClients.custom()
                          .setDefaultCookieStore(cookieStore)
                          .build();
                  try {
                      HttpGet httpget = new HttpGet("http://...");
                      CloseableHttpResponse response1 = httpclient.execute(httpget);
                      try {
                          HttpEntity entity = response1.getEntity();
           
                          System.out.println("Login form get: " + response1.getStatusLine());
           
                          System.out.println("Initial set of cookies:");
                          List<Cookie> cookies = cookieStore.getCookies();
                          if (cookies.isEmpty()) {
                              System.out.println("None");
                          } else {
                              for (int i = 0; i < cookies.size(); i++) {
                                  System.out.println("- " + cookies.get(i).toString());
                              }
                          }
                           
                          //輸出網頁源碼          
                          String result = EntityUtils.toString(response1.getEntity(), "utf-8"); 
                          System.out.println(result);                   
                              EntityUtils.consume(entity);
                              } finally {
                          response1.close();
                          }
                            }           
                         }

          posted on 2017-07-10 17:39 有機肥 閱讀(2075) 評論(0)  編輯  收藏


          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          <2017年7月>
          2526272829301
          2345678
          9101112131415
          16171819202122
          23242526272829
          303112345

          導航

          統計

          常用鏈接

          留言簿

          隨筆檔案

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 武定县| 商南县| 济阳县| 和林格尔县| 景德镇市| 浦县| 永城市| 富顺县| 夹江县| 微山县| 德兴市| 安溪县| 峨眉山市| 石台县| 望江县| 年辖:市辖区| 合作市| 东乡族自治县| 固始县| 芦山县| 故城县| 乐安县| 通许县| 凤凰县| 江北区| 漳浦县| 和林格尔县| 衢州市| 南皮县| 遵化市| 大荔县| 凤山县| 绍兴县| 德惠市| 泾源县| 胶州市| 平山县| 米易县| 酉阳| 西充县| 河北区|