test/jdk/java/net/httpclient/BodyProcessorInputStreamTest.java
changeset 49944 4690a2871b44
parent 49765 ee6f7a61f3a5
child 50681 4254bed3c09d
child 56507 2294c51eae30
equal deleted inserted replaced
49943:8e1ed2a15845 49944:4690a2871b44
    38 import static java.lang.System.err;
    38 import static java.lang.System.err;
    39 
    39 
    40 /*
    40 /*
    41  * @test
    41  * @test
    42  * @bug 8187503
    42  * @bug 8187503
    43  * @summary An example on how to read a response body with InputStream...
    43  * @summary An example on how to read a response body with InputStream.
    44  * @run main/othervm -Dtest.debug=true BodyProcessorInputStreamTest
    44  * @run main/manual -Dtest.debug=true BodyProcessorInputStreamTest
    45  * @author daniel fuchs
    45  * @author daniel fuchs
    46  */
    46  */
    47 public class BodyProcessorInputStreamTest {
    47 public class BodyProcessorInputStreamTest {
    48 
    48 
    49     public static boolean DEBUG = Boolean.getBoolean("test.debug");
    49     public static boolean DEBUG = Boolean.getBoolean("test.debug");