branch | http-client-branch |
changeset 56089 | 42208b2f224e |
parent 56082 | 1da51fab3032 |
child 56092 | fd85b2bf2b0d |
56088:38fac6d0521d | 56089:42208b2f224e |
---|---|
22 */ |
22 */ |
23 |
23 |
24 import java.io.*; |
24 import java.io.*; |
25 import java.nio.ByteBuffer; |
25 import java.nio.ByteBuffer; |
26 |
26 |
27 import jdk.incubator.http.internal.frame.DataFrame; |
27 import java.net.http.internal.frame.DataFrame; |
28 |
28 |
29 /** |
29 /** |
30 * OutputStream. Incoming window updates handled by the main connection |
30 * OutputStream. Incoming window updates handled by the main connection |
31 * reader thread. |
31 * reader thread. |
32 */ |
32 */ |