DOC

com.github.nhenneaux.jersey.jetty.http2 : jersey-http2-jetty

Maven & Gradle

Aug 17, 2023
14 stars

JAX-RS HTTP/2 example for Java 8+ · JAX-RS (Jersey implementation) HTTP/2 with TLS client and server implementation with JSON parsing using Jackson and Jetty HTTP server/client. a new class JettyHttp2Connector is implemented based on the corresponding JettyConnector using HTTP/1.1 client (Inspired from https://stackoverflow.com/questions/40280843/use-http-2-with-jax-rs-client).

Table Of Contents

Latest Version

Download com.github.nhenneaux.jersey.jetty.http2 : jersey-http2-jetty Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file jersey-http2-jetty-1.0.17-javadoc.jar to jersey-http2-jetty-1.0.17-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jersey-http2-jetty-1.0.17-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jersey-http2-jetty-1.0.17-sources.jar" -d "jersey-http2-jetty-1.0.17-javadoc" -subpackages