Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Server implements

Hi,

On Thu, Sep 24, 2015 at 7:28 AM, Muhui Jiang <jiangmuhui@xxxxxxxxx> wrote:
> Hi
>
> Does Jetty Http/2 server implements the
>
> padding,

No.

> server push

Yes.

> and flow control strategy.

Yes.

> If so, is it available to propose the related files for me

The HTTP/2 implementation is in module jetty-http2.

The push functionality is implemented by PushCacheFilter which is in
the jetty-servlets module.

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


Back to the top