diff --git a/I2PCommonBrowser.html b/I2PCommonBrowser.html index baf886b..d5a091d 100644 --- a/I2PCommonBrowser.html +++ b/I2PCommonBrowser.html @@ -192,6 +192,9 @@
  • java.io.OutputStream
  • +
  • + java.net.Socket +
  • java.nio.file.Files
  • @@ -221,117 +224,42 @@ Member Variables -

    - +

    + - Methods -

    -

    - - - - validateUserDir - + [src] -

    + +
    +

    + static FileHandler fh; +

    +
    -

    - This method has no parameters. -

    -

    - +

    + - isWindows - + [src] -

    +

    +
    +

    + // private final int DEFAULT_TIMEOUT = 200; +

    +
    -

    - This method has no parameters. -

    -

    - - - - println - - [src] - -

    - -

    - | Name | Type | Description | -
    - | ----- | ----- | ----- | -
    - | line | String | | -

    -

    - - - - logFile - - [src] - -

    - -

    - This method has no parameters. -

    +

    + + + + Methods +

    runtimeDirectory - + [src]

    @@ -387,7 +314,7 @@ runtimeDirectory - + [src] @@ -420,7 +347,7 @@ profileDirectory - + [src] @@ -455,7 +382,7 @@ profileDir - + [src] @@ -490,7 +417,7 @@ unpackProfile - + [src] @@ -524,7 +451,7 @@ copyDirectory - + [src] @@ -563,7 +490,7 @@ copyDirectoryCompatibityMode - + [src] @@ -602,7 +529,7 @@ copyFile - + [src] @@ -637,7 +564,7 @@ validateProfileFirstRun - + [src] @@ -665,6 +592,190 @@
    | profileDirectory | String | |

    +

    + + + + waitForProxy + + [src] + +

    + +

    + This method has no parameters. +

    +

    + + + + waitForProxy + + [src] + +

    + +

    + | Name | Type | Description | +
    + | ----- | ----- | ----- | +
    + | timeout | int | the number of seconds to wait for the proxy to be ready. | +

    +

    + + + + waitForProxy + + [src] + +

    + +

    + | Name | Type | Description | +
    + | ----- | ----- | ----- | +
    + | timeout | int | the number of seconds to wait for the proxy to be ready. | +
    + | port | int | the port to wait for the proxy to be ready on. | +

    +

    + + + + waitForProxy + + [src] + +

    + +

    + | Name | Type | Description | +
    + | ----- | ----- | ----- | +
    + | timeout | int | the number of seconds to wait for the proxy to be ready. | +
    + | port | int | the port to wait for the proxy to be ready on. | +
    + | host | String | the host to wait for the proxy to be ready on. | +

    +

    + + + + checkifPortIsOccupied + + [src] + +

    + +

    + | Name | Type | Description | +
    + | ----- | ----- | ----- | +
    + | port | int | | +
    + | host | String | | +

    +

    + + + + setProxyTimeoutTime + + [src] + +

    + +

    + | Name | Type | Description | +
    + | ----- | ----- | ----- | +
    + | time | int | | +