test/jdk/java/net/httpclient/websocket/ConnectionHandoverTest.java
branchhttp-client-branch
changeset 56089 42208b2f224e
parent 55978 65bd0b92abec
child 56324 3edf200fff01
equal deleted inserted replaced
56088:38fac6d0521d 56089:42208b2f224e
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 import jdk.incubator.http.HttpClient;
    24 import java.net.http.HttpClient;
    25 import jdk.incubator.http.WebSocket;
    25 import java.net.http.WebSocket;
    26 
    26 
    27 import java.io.IOException;
    27 import java.io.IOException;
    28 import java.net.URI;
    28 import java.net.URI;
    29 
    29 
    30 /*
    30 /*