An open API service indexing awesome lists of open source software.

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

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).

[![Build Status](https://github.com/nhenneaux/jaxrs-bundle/workflows/Java%20CI/badge.svg)](https://github.com/nhenneaux/jaxrs-bundle/actions?query=workflow%3A%22Java+CI%22)