public static class EphemeralPorts.Range extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getLower()
The first port assigned to the ephemeral/dynamic port range.
|
int |
getUpper()
The last port assigned to the ephemeral/dynamic port range.
|
boolean |
isInRange(int num) |
String |
toString() |
public int getUpper()
public int getLower()
public boolean isInRange(int num)
Copyright © 2022. All rights reserved.