nosql-java-sdk icon indicating copy to clipboard operation
nosql-java-sdk copied to clipboard

Feature/http2

Open liujoey opened this issue 3 years ago • 1 comments

The client side HTTP2 support.

It works in the following modes:

  1. TLS negotiate Http2/Http1.1 mode, require new Httpproxy
  2. TLS fallback to Http1.1 mode, compatible with old httpproxy
  3. Clear Text Http2/H2C mode, require new Httpproxy
  4. Clear Text fallback to Http1.1 mode, compatible with old httpproxy

liujoey avatar Oct 14 '22 19:10 liujoey

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA). The following contributors of this PR have not signed the OCA:

  • PR author: @liujoey

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.