DOC

org.awake-file : awake-file-client

Maven & Gradle

Oct 22, 2015
1 usages

Awake FILE Client · Awake FILE is a secure Open Source framework that allows to program very easily file uploads/downloads and RPC through http. File transfers include powerful features like file chunking and automatic recovery mechanism. Security has been taken into account from the design: server side allows to specify strong security rules in order to protect the files and to secure the RPC calls.

Table Of Contents

Latest Version

Download org.awake-file : awake-file-client Javadoc & API Documentation - Latest Versions:

All Versions

Download org.awake-file : awake-file-client Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.1

How to open Javadoc JAR file in web browser

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

Advertisement