users@grizzly.java.net

Re: Grizzly HTTP/2 and SPDY/3.1

From: Ryan Lubke <ryan.lubke_at_oracle.com>
Date: Mon, 09 Jan 2017 15:06:48 -0800

> Ondrej Mihályi <mailto:ondrej.mihalyi_at_gmail.com>
> January 9, 2017 at 12:48
> Thank you, Ryan.
>
> I saw the issue to use ALPN in JDK9 is still open. Is HTTP/2 working
> now with JDK8 and a separate ALPN implementation?
Yes.
> Does it rely on NPN, or NPN is only required for SPDY?
Grizzly NPN supports both ALPN and NPN. HTTP/2 over TLD requires ALPN.
If you're doing HTTP/2 over a non-secure socket, then you don't need
grizzly-npn. Keep in mind, most browsers won't support that configuration.
>
> Ondrej
>
>
> Ryan Lubke <mailto:ryan.lubke_at_oracle.com>
> January 9, 2017 at 10:32
> Ondrej,
>
> Please give 2.3.28 a shot.
>
> You can see the list of remaining issues that need to be implemented
> here [1].
>
> Add the support to your network listener using the Htt2AddOn.
>
> You'll need to use GRIZZLY-NPN 1.3 with JDK 1.8.0_92 or a later
> version of 1.8.
>
>
> [1] https://java.net/jira/browse/GRIZZLY-1542
>
>
>
> ondrej.mihalyi_at_gmail.com <mailto:ondrej.mihalyi_at_gmail.com>
> January 7, 2017 at 16:25
> Hi Ryan,
>
> Can you give us an update on this? Since which version HTTP/2 is
> supportedby Grizzly? (even in beta) I cannot find any release notes.
>
> Thanks,
> Ondrej Mihályi