DOC

no.sparebank1.troxy : troxy

Maven & Gradle

Feb 24, 2022
18 stars

Troxy · Troxy is a proxy intended for simulating a remote service without actually connecting to the server. Incoming requests are matched using regular expressions and responses are created from a recorded response from the remote service and optionally modified by inserting values caught from the regular expression used to match the request.

Table Of Contents

Latest Version

Download no.sparebank1.troxy : troxy Javadoc & API Documentation - Latest Versions:

All Versions

Download no.sparebank1.troxy : troxy Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.2.x
3.1.x
0.0.x

How to open Javadoc JAR file in web browser

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

Advertisement