oracle / nosql-java-sdk

SDK for Java for the Oracle NoSQL Database
https://www.oracle.com/database/nosql/
Universal Permissive License v1.0
24 stars 24 forks source link

Feature/http2 #32

Open liujoey opened 2 years ago

liujoey commented 2 years ago

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
oracle-contributor-agreement[bot] commented 2 years ago

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:

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.