org.openqa.selenium.net
Class LinuxEphemeralPortRangeDetector

java.lang.Object
  extended by org.openqa.selenium.net.LinuxEphemeralPortRangeDetector
All Implemented Interfaces:
EphemeralPortRangeDetector

public class LinuxEphemeralPortRangeDetector
extends java.lang.Object
implements EphemeralPortRangeDetector


Method Summary
 int getHighestEphemeralPort()
          Returns the last port that could be searched for free ports
static LinuxEphemeralPortRangeDetector getInstance()
           
 int getLowestEphemeralPort()
          Returns the first port in the ephemeral range
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LinuxEphemeralPortRangeDetector getInstance()

getLowestEphemeralPort

public int getLowestEphemeralPort()
Description copied from interface: EphemeralPortRangeDetector
Returns the first port in the ephemeral range

Specified by:
getLowestEphemeralPort in interface EphemeralPortRangeDetector
Returns:
The first ephemeral port

getHighestEphemeralPort

public int getHighestEphemeralPort()
Description copied from interface: EphemeralPortRangeDetector
Returns the last port that could be searched for free ports

Specified by:
getHighestEphemeralPort in interface EphemeralPortRangeDetector
Returns:
The first port that may be free


Copyright © 2012. All Rights Reserved.