DOC

de.oliverwetterau.neo4j : websockets-core

Maven & Gradle

Oct 08, 2015
2 usages
3 stars

Neo4j Websockets Client/Server Framework - Core Library · This framework allows to connect clients with embedded Neo4j servers through websockets. Furthermore it offers high availability and load balancing to the clients when using Neo4j in a cluster.

Table Of Contents

Latest Version

Download de.oliverwetterau.neo4j : websockets-core Javadoc & API Documentation - Latest Versions:

All Versions

Download de.oliverwetterau.neo4j : websockets-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9.x

How to open Javadoc JAR file in web browser

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

Advertisement