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
-
-
-
-
-
- validateUserDir
-
+
[src]
-
+
+
+
+ static FileHandler fh;
+
+
-
- Description:
+ Access: private
-
- Access: public
-
-
- -
- Modifiers: static
-
- -
- return: void
-
+ Modifiers: final
-
- This method has no parameters.
-
-
-
+
+
- isWindows
-
+
[src]
-
+
+
+
+ // private final int DEFAULT_TIMEOUT = 200;
+
+
- -
- Description:
-
-
- -
- Access: protected
-
-
- -
- Modifiers: static
-
- -
- return: boolean
-
-
-
-
- This method has no parameters.
-
-
-
-
-
- println
-
- [src]
-
-
-
- -
- Description:
-
-
- -
- Access: public
-
-
- -
- Modifiers: static
-
- -
- return: void
-
-
-
-
- | Name | Type | Description |
-
- | ----- | ----- | ----- |
-
- | line | String | |
-
-
-
-
-
- logFile
-
- [src]
-
-
-
- -
- Description:
-
-
-
Access: private
@@ -339,20 +267,19 @@
-
Modifiers: static
- -
- return: File
-
-
-
- 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]
+
+
+
+ -
+ Description: Waits for an HTTP proxy on port 4444 to be ready. Returns false on timeout of 200 seconds.
+
+
+ -
+ Access: public
+
+
+ -
+ return: true if the proxy is ready false if it is not.
+
+
+
+
+ This method has no parameters.
+
+
+
+
+
+ waitForProxy
+
+ [src]
+
+
+
+ -
+ Description: Waits for an HTTP proxy on port 4444 to be ready. Returns false on timeout of the specified number of seconds.
+
+
+ -
+ Access: public
+
+
+ -
+ return: true if the proxy is ready false if it is not.
+
+
+
+
+ | Name | Type | Description |
+
+ | ----- | ----- | ----- |
+
+ | timeout | int | the number of seconds to wait for the proxy to be ready. |
+
+
+
+
+
+ waitForProxy
+
+ [src]
+
+
+
+ -
+ Description: Waits for an HTTP proxy on the specified port to be ready. Returns false on timeout of the specified number of seconds.
+
+
+ -
+ Access: public
+
+
+ -
+ return: true if the proxy is ready false if it is not.
+
+
+
+
+ | 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]
+
+
+
+ -
+ Description: Waits for an HTTP proxy on the specified port to be ready. Returns false on timeout of the specified number of seconds. If the timeout is zero or less the check is disabled and always returns true.
+
+
+ -
+ Access: public
+
+
+ -
+ return: true if the proxy is ready false if it is not.
+
+
+
+
+ | 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]
+
+
+
+ -
+ Description:
+
+
+ -
+ Access: private
+
+
+ -
+ return: boolean
+
+
+
+
+ | Name | Type | Description |
+
+ | ----- | ----- | ----- |
+
+ | port | int | |
+
+ | host | String | |
+
+
+
+
+
+ setProxyTimeoutTime
+
+ [src]
+
+
+
+ -
+ Description: Alters the proxy timeout to customized value time in seconds. May be zero.
+
+
+ -
+ Access: public
+
+
+ -
+ return: void
+
+
+
+
+ | Name | Type | Description |
+
+ | ----- | ----- | ----- |
+
+ | time | int | |
+