public final class PortRangeInfo extends Object implements IPortRangeInfo
Constructor and Description |
---|
PortRangeInfo(int highBound,
int lowBound)
Working server port range constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getHighBound()
Gets the upper bound of the port range
|
int |
getLowBound()
Gets the lower bound of the port range
|
void |
setHighBound(int bound)
Sets the upper bound of the port range
|
void |
setLowBound(int bound)
Sets the lower bound of the port range
|
String |
toString() |
public PortRangeInfo(int highBound, int lowBound)
highBound
- upper bound of the port rangelowBound
- lower bound of the port rangepublic int getHighBound()
IPortRangeInfo
getHighBound
in interface IPortRangeInfo
public void setHighBound(int bound)
IPortRangeInfo
setHighBound
in interface IPortRangeInfo
bound
- upper bound of the port rangepublic int getLowBound()
IPortRangeInfo
getLowBound
in interface IPortRangeInfo
public void setLowBound(int bound)
IPortRangeInfo
setLowBound
in interface IPortRangeInfo
bound
- lower bound of the port rangeCopyright © '1C' 1996-2012