test/jdk/java/net/httpclient/http2/ProxyTest2.java
branchhttp-client-branch
changeset 55763 634d8e14c172
parent 47216 71c04702a3d5
child 49765 ee6f7a61f3a5
child 56076 9a2855e0a796
equal deleted inserted replaced
55762:e947a3a50a95 55763:634d8e14c172
    60  * @bug 8181422
    60  * @bug 8181422
    61  * @summary  Verifies that you can access an HTTP/2 server over HTTPS by
    61  * @summary  Verifies that you can access an HTTP/2 server over HTTPS by
    62  *           tunnelling through an HTTP/1.1 proxy.
    62  *           tunnelling through an HTTP/1.1 proxy.
    63  * @modules jdk.incubator.httpclient
    63  * @modules jdk.incubator.httpclient
    64  * @library /lib/testlibrary server
    64  * @library /lib/testlibrary server
    65  * @modules jdk.incubator.httpclient/jdk.incubator.http.internal.common
    65  * @modules java.base/sun.net.www.http
       
    66  *          jdk.incubator.httpclient/jdk.incubator.http.internal.common
    66  *          jdk.incubator.httpclient/jdk.incubator.http.internal.frame
    67  *          jdk.incubator.httpclient/jdk.incubator.http.internal.frame
    67  *          jdk.incubator.httpclient/jdk.incubator.http.internal.hpack
    68  *          jdk.incubator.httpclient/jdk.incubator.http.internal.hpack
    68  * @build jdk.testlibrary.SimpleSSLContext ProxyTest2
    69  * @build jdk.testlibrary.SimpleSSLContext ProxyTest2
    69  * @run main/othervm ProxyTest2
    70  * @run main/othervm ProxyTest2
    70  * @author danielfuchs
    71  * @author danielfuchs