public static class EphemeralPorts.Range
extends java.lang.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) |
java.lang.String |
toString() |
public int getUpper()
public int getLower()
public boolean isInRange(int num)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2022. All rights reserved.