test/jdk/com/sun/net/httpserver/Test1.java
changeset 55102 59567035d279
parent 52121 934969c63223
child 55309 8081b181bba8
equal deleted inserted replaced
55101:c41783eb76eb 55102:59567035d279
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    25  * @test
    25  * @test
    26  * @bug 6270015
    26  * @bug 6270015
    27  * @library /test/lib
    27  * @library /test/lib
    28  * @build jdk.test.lib.net.SimpleSSLContext
    28  * @build jdk.test.lib.net.SimpleSSLContext
    29  * @run main/othervm Test1
    29  * @run main/othervm Test1
       
    30  * @run main/othervm -Djdk.net.usePlainSocketImpl Test1
    30  * @run main/othervm -Dsun.net.httpserver.maxReqTime=10 Test1
    31  * @run main/othervm -Dsun.net.httpserver.maxReqTime=10 Test1
    31  * @run main/othervm -Dsun.net.httpserver.nodelay=true Test1
    32  * @run main/othervm -Dsun.net.httpserver.nodelay=true Test1
    32  * @summary  Light weight HTTP server
    33  * @summary  Light weight HTTP server
    33  */
    34  */
    34 
    35