Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Continuation Frame

Hi,

On Fri, Sep 25, 2015 at 9:54 AM, Muhui Jiang <jiangmuhui@xxxxxxxxx> wrote:
> Hi
>
> Is it available for jetty to send continuation frame after a headers frame
> whose end_flag is false on a specific stream_id. I reviewed the javadoc It
> seems that the methods related to the continuation frame has no param like
> stream_id or something like this.(Using http/2 protocol). Many Thanks

We don't support sending CONTINUATION frames explicitly from the API.
However, we do have ContinuationFrame and the mechanism is supported in Jetty.
If you want to explicitly send continuation frames, then you have to
use the lower level Jetty support for it, see class HeadersGenerator.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top