https://github.com/nhenneaux/jaxrs-bundle
JAX-RS bundled application supporting HTTP/1 and HTTP/2
https://github.com/nhenneaux/jaxrs-bundle
cdi http2 java java-http-client jaxrs jersey jetty weld-se
Last synced: about 2 months ago
JSON representation
JAX-RS bundled application supporting HTTP/1 and HTTP/2
- Host: GitHub
- URL: https://github.com/nhenneaux/jaxrs-bundle
- Owner: nhenneaux
- License: lgpl-3.0
- Created: 2020-12-31T10:38:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-17T14:35:25.000Z (6 months ago)
- Last Synced: 2025-09-17T16:48:43.359Z (6 months ago)
- Topics: cdi, http2, java, java-http-client, jaxrs, jersey, jetty, weld-se
- Language: Java
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bundle of a Jersey client and server using HTTP/1 and HTTP/2
JAX-RS server (Jersey implementation) using Jetty Servlet implementation supporting both HTTP/1 and HTTP/2 with TLS client and server implementation with JSON parsing using Jackson and Jetty HTTP server/client.
It uses a client connector supporting HTTP/1 and HTTP/2 [Jersey Java HTTP client connector](https://github.com/nhenneaux/jersey-httpclient-connector).
[](https://github.com/nhenneaux/jaxrs-bundle/actions?query=workflow%3A%22Java+CI%22)