Skip to main content

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

Hi

Did you mean this

generate(ByteBufferPool.Lease lease, FrameType frameType, int capacity, int length, int flags, int streamId) 

Best Regards
Muhui Jiang

2015-09-25 16:17 GMT+08:00 Simone Bordet <sbordet@xxxxxxxxxxx>:
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.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top