Class ServerPortsUtils
- java.lang.Object
-
- org.wso2.am.integration.test.utils.ServerPortsUtils
-
public class ServerPortsUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static inthttpPortLowerRangestatic inthttpPortUpperRangestatic inthttpsPortLowerRangestatic inthttpsPortUpperRangestatic StringLOCALHOST
-
Constructor Summary
Constructors Constructor Description ServerPortsUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetAvailableHttpPort(String host)static intgetAvailableHttpsPort(String host)
-
-
-
Field Detail
-
LOCALHOST
public static String LOCALHOST
-
httpPortLowerRange
public static final int httpPortLowerRange
- See Also:
- Constant Field Values
-
httpPortUpperRange
public static final int httpPortUpperRange
- See Also:
- Constant Field Values
-
httpsPortLowerRange
public static final int httpsPortLowerRange
- See Also:
- Constant Field Values
-
httpsPortUpperRange
public static final int httpsPortUpperRange
- See Also:
- Constant Field Values
-
-