DOC

org.falland.grpc.longlivedstreams : longlivedstreams

Maven & Gradle

May 03, 2023
1 stars

Long Lived Java gRPC Streams · The project is a harness for Java gRPC long-lived streams. Long-lived means the stream does not have a clear definition of size once it's started. The project solves common problems of such streams on for server and client sides.

Table Of Contents

Latest Version

Download org.falland.grpc.longlivedstreams : longlivedstreams Javadoc & API Documentation - Latest Versions:

All Versions

Download org.falland.grpc.longlivedstreams : longlivedstreams Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file longlivedstreams-1.0-javadoc.jar to longlivedstreams-1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder longlivedstreams-1.0-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 "longlivedstreams-1.0-sources.jar" -d "longlivedstreams-1.0-javadoc" -subpackages