test/jdk/java/net/httpclient/http2/ProxyTest2.java
branchhttp-client-branch
changeset 56092 fd85b2bf2b0d
parent 56089 42208b2f224e
child 56167 96fa4f49a9ff
equal deleted inserted replaced
56091:aedd6133e7a0 56092:fd85b2bf2b0d
    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 java.net.http
    63  * @modules java.net.http
    64  * @library /lib/testlibrary server
    64  * @library /lib/testlibrary server
    65  * @modules java.base/sun.net.www.http
    65  * @modules java.base/sun.net.www.http
    66  *          java.net.http/java.net.http.internal.common
    66  *          java.net.http/jdk.internal.net.http.common
    67  *          java.net.http/java.net.http.internal.frame
    67  *          java.net.http/jdk.internal.net.http.frame
    68  *          java.net.http/java.net.http.internal.hpack
    68  *          java.net.http/jdk.internal.net.http.hpack
    69  * @build jdk.testlibrary.SimpleSSLContext ProxyTest2
    69  * @build jdk.testlibrary.SimpleSSLContext ProxyTest2
    70  * @run main/othervm ProxyTest2
    70  * @run main/othervm ProxyTest2
    71  * @author danielfuchs
    71  * @author danielfuchs
    72  */
    72  */
    73 public class ProxyTest2 {
    73 public class ProxyTest2 {