Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Clarification on synchronous and asynchronous request model for Jetty

Thanks Simone. That means we need to use a HTTP/2 server as a forward proxy server for HTTP/2 communication.
Also wanted to confirm if it would be fine to set this proxy server to the high level HTTP Client object that uses lower level Http2Client to perform HTTP/2 communication, as HttpClient API provides APIs to set the proxy configuration.

Thanks
Neha

On Tue, May 16, 2017 at 12:34 AM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
Hi,

On Tue, May 16, 2017 at 12:43 AM, Neha Munjal <neha.munjal3@xxxxxxxxx> wrote:
> Thanks Simone. This means that we should upgrade to Jetty v 9.4.x in order
> to leverage many efficient features.
>
> Additionally, another thing that I would like to clarify with 9.3.x is
> regarding proxy usage.
> We create a high level HTTPClient that uses the HttpClientTransportOverHTTP2
> and makes use of the lower level Http2Client to execute HTTP/2 requests.
> Now, we set the proxy configuration on the high level HTTP Client object.
>
> 1. Is it OK to set a HTTP/1 forward proxy server to act as a tunnel for
> HTTP/2 requests?

No.

CONNECT implementation for HTTP/2 is particularly complex and has not
been implemented yet, see
https://github.com/eclipse/jetty.project/issues/250.

--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-dev


Back to the top