DOC

com.xishankeji : Porter-Bridge-Http

Maven & Gradle

Jan 10, 2022
6 stars

Porter-Bridge-Http · 转接远程的http接口,服务器响应正确的数据格式必须是JResponse定义的格式。 客户端websocket使用"org.java-websocket:Java-WebSocket:1.5.2",项目地址https://github.com/TooTallNate/Java-WebSocket; 对Java-WebSocket做了适当修改。

Table Of Contents

Latest Version

Download com.xishankeji : Porter-Bridge-Http Javadoc & API Documentation - Latest Versions:

All Versions

Download com.xishankeji : Porter-Bridge-Http Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

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

Advertisement