- Access: public
-
- Description:
-
- > I2PFirefox.java Copyright C 2022 idk
-
- hankhill19580@gmail.com
-
- This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- Description: Check our list of firefox paths for a valid firefox binary. Just an existence check for now but should check versions in the future.
-
-
-
- Access: public
-
-
-
- return: a list of usable Firefoxes or an empty list if none are found.
-
-
- Description: Return the best available Firefox from the list of Firefoxes we have. if override is passed it will be validated and if it validates it will be used.
-
-
-
- Access: public
-
-
-
- return: the path to the best available Firefox or null if none are found.
-
-
- 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. |
-
- 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. |
-
- | host | String | the host to wait for the proxy to be ready on. |
-
- Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Firefox with the profile directory.
-
-
- Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Firefox with the profile directory.
-
-
- Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Firefox with the profile directory. Uses a semi-permanent profile.
-
-
+ I2PFirefox.java Copyright C 2022 idk
+
+ hankhill19580@gmail.com
+
+ This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ Description: Check our list of firefox paths for a valid firefox binary. Just an existence check for now but should check versions in the future.
+
+
+
+ Access: public
+
+
+
+ return: a list of usable Firefoxes or an empty list if none are found.
+
+
+ Description: Return the best available Firefox from the list of Firefoxes we have. if override is passed it will be validated and if it validates it will be used.
+
+
+
+ Access: public
+
+
+
+ return: the path to the best available Firefox or null if none are found.
+
+
+ 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. |
+
+ 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. |
+
+ | host | String | the host to wait for the proxy to be ready on. |
+
+ Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Firefox with the profile directory.
+
+
+ Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Firefox with the profile directory.
+
+
+ Description: Populates a profile directory with a proxy configuration. Waits for an HTTP proxy on the port 4444 to be ready. Launches Firefox with the profile directory. Uses a semi-permanent profile.
+
+
Copyright 2022 idk (hankhill19580@gmail.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -1755,20 +1855,18 @@ consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.