有機(jī)肥

          綠色

          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());
                              }
                          }
                           
                          //輸出網(wǎng)頁(yè)源碼          
                          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 有機(jī)肥 閱讀(2075) 評(píng)論(0)  編輯  收藏


          只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。


          網(wǎng)站導(dǎo)航:
           
          <2017年7月>
          2526272829301
          2345678
          9101112131415
          16171819202122
          23242526272829
          303112345

          導(dǎo)航

          統(tǒng)計(jì)

          常用鏈接

          留言簿

          隨筆檔案

          搜索

          最新評(píng)論

          閱讀排行榜

          評(píng)論排行榜

          主站蜘蛛池模板: 筠连县| 遵义县| 闽清县| 德保县| 潢川县| 淮南市| 安远县| 蒙自县| 峡江县| 沾益县| 金阳县| 天台县| 民县| 田东县| 邢台市| 阜新市| 温州市| 灌南县| 全椒县| 阿尔山市| 宁武县| 六安市| 河津市| 日土县| 西安市| 大英县| 肥城市| 临安市| 宜君县| 金溪县| 西贡区| 海丰县| 丹东市| 临夏县| 龙泉市| 云阳县| 咸阳市| 星座| 承德县| 东山县| 怀化市|