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 10:23 AM, Muhui Jiang <jiangmuhui@xxxxxxxxx> wrote:
> Hi
>
> Did you mean this
>
> generate(ByteBufferPool.Lease lease, FrameType frameType, int capacity, int
> length, int flags, int streamId)

I mean this:

http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tree/jetty-http2/http2-common/src/main/java/org/eclipse/jetty/http2/generator/HeadersGenerator.java#n84

As you can see, the behavior of the HeadersGenerator can be changed by
changing the "maxHeaderBlockFragment" configuration parameter.
By changing that, you can send continuation frames.

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


Back to the top