public interface EphemeralPortRangeDetector
When trying to locate a "random" free port, it is important to not allocate within the ephemeral range, since these can be allocated at any time, and the probability of race conditions increases as the number of recently used ports increases, something which is quite common when running the webdriver tests.
| Modifier and Type | Method and Description |
|---|---|
int |
getHighestEphemeralPort()
Returns the last port that could be searched for free ports
|
int |
getLowestEphemeralPort()
Returns the first port in the ephemeral range
|
int getLowestEphemeralPort()
int getHighestEphemeralPort()
Copyright © 2019 JBoss by Red Hat. All rights reserved.