test/jdk/java/net/httpclient/SplitResponseSSL.java
branchhttp-client-branch
changeset 56781 4a32a40ce131
parent 49765 ee6f7a61f3a5
child 52121 934969c63223
equal deleted inserted replaced
56780:6e0e57fe33c7 56781:4a32a40ce131
    28  * @build jdk.testlibrary.SimpleSSLContext
    28  * @build jdk.testlibrary.SimpleSSLContext
    29  * @build MockServer SplitResponse
    29  * @build MockServer SplitResponse
    30  * @run main/othervm
    30  * @run main/othervm
    31  *      -Djdk.internal.httpclient.debug=true
    31  *      -Djdk.internal.httpclient.debug=true
    32  *      -Djdk.httpclient.HttpClient.log=all
    32  *      -Djdk.httpclient.HttpClient.log=all
    33  *      SplitResponseSSL SSL
    33  *      SplitResponse HTTPS connection:CLOSE mode:SYNC
    34  */
    34  */
    35 public class SplitResponseSSL {
       
    36     public static void main(String[] args) throws Exception {
       
    37         SplitResponse.main(args);
       
    38     }
       
    39 }