Apache HttpClient in Java, instream.toString = org.apache.http.conn.EofSensorInputStream
问题 I am GETting a page with Apache HttpClient and I want to store the server reply's http body into a string so I can then manipulate this string and print it to the console. Unfortunately when running this method I get this message back: 17:52:01,862 INFO Driver:53 - fetchPage STARTING 17:52:07,580 INFO Driver:73 - fetchPage ENDING, took 5716 org.apache.http.conn.EofSensorInputStream@5e0eb724 The fetchPage Class: public String fetchPage(String part){ log.info("fetchPage STARTING"); long start =