equal
deleted
inserted
replaced
21 * questions. |
21 * questions. |
22 */ |
22 */ |
23 |
23 |
24 import java.io.*; |
24 import java.io.*; |
25 import java.net.*; |
25 import java.net.*; |
26 import jdk.incubator.http.internal.common.HttpHeadersImpl; |
26 import java.net.http.internal.common.HttpHeadersImpl; |
27 import jdk.incubator.http.internal.frame.Http2Frame; |
27 import java.net.http.internal.frame.Http2Frame; |
28 |
28 |
29 // will be converted to a PushPromiseFrame in the writeLoop |
29 // will be converted to a PushPromiseFrame in the writeLoop |
30 // a thread is then created to produce the DataFrames from the InputStream |
30 // a thread is then created to produce the DataFrames from the InputStream |
31 class OutgoingPushPromise extends Http2Frame { |
31 class OutgoingPushPromise extends Http2Frame { |
32 final HttpHeadersImpl headers; |
32 final HttpHeadersImpl headers; |