test/jdk/java/net/httpclient/http2/TLSConnection.java
branchhttp-client-branch
changeset 56092 fd85b2bf2b0d
parent 56089 42208b2f224e
child 56167 96fa4f49a9ff
equal deleted inserted replaced
56091:aedd6133e7a0 56092:fd85b2bf2b0d
    39  * @test
    39  * @test
    40  * @bug 8150769 8157107
    40  * @bug 8150769 8157107
    41  * @library server
    41  * @library server
    42  * @summary Checks that SSL parameters can be set for HTTP/2 connection
    42  * @summary Checks that SSL parameters can be set for HTTP/2 connection
    43  * @modules java.base/sun.net.www.http
    43  * @modules java.base/sun.net.www.http
    44  *          java.net.http/java.net.http.internal.common
    44  *          java.net.http/jdk.internal.net.http.common
    45  *          java.net.http/java.net.http.internal.frame
    45  *          java.net.http/jdk.internal.net.http.frame
    46  *          java.net.http/java.net.http.internal.hpack
    46  *          java.net.http/jdk.internal.net.http.hpack
    47  * @run main/othervm
    47  * @run main/othervm
    48  *       -Djdk.internal.httpclient.debug=true
    48  *       -Djdk.internal.httpclient.debug=true
    49  *       -Djdk.httpclient.HttpClient.log=all
    49  *       -Djdk.httpclient.HttpClient.log=all
    50  *       TLSConnection
    50  *       TLSConnection
    51  */
    51  */
   249             }
   249             }
   250             System.out.println("Passed: expected exception");
   250             System.out.println("Passed: expected exception");
   251             return true;
   251             return true;
   252         }
   252         }
   253     }
   253     }
   254 
       
   255 }
   254 }