I\'m looking for java client that can connect to a HTTP/2 based server.. The server is already supporting HTTP/2 API. I don\'t see the most popular Apache Http client https://hc
Jetty has support for HTTP2 starting from version 9.3. This includes the server and the client.