Package org.jgroups.util
Class ResourceManager.IPv4AddressRep
- java.lang.Object
-
- org.jgroups.util.ResourceManager.IPv4AddressRep
-
- All Implemented Interfaces:
ResourceManager.IpAddressRep
- Enclosing class:
- ResourceManager
static class ResourceManager.IPv4AddressRep extends java.lang.Object implements ResourceManager.IpAddressRep
Representation of an IPv4 address
-
-
Constructor Summary
Constructors Constructor Description IPv4AddressRep(java.lang.String initial_addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidincrement()java.lang.StringnextAddress()
-
-
-
Field Detail
-
a
short a
-
b
short b
-
c
short c
-
d
short d
-
MIN
private static final short MIN
- See Also:
- Constant Field Values
-
MAX
private static final short MAX
- See Also:
- Constant Field Values
-
DOT
private static final char DOT
- See Also:
- Constant Field Values
-
-
Method Detail
-
nextAddress
public java.lang.String nextAddress()
- Specified by:
nextAddressin interfaceResourceManager.IpAddressRep
-
increment
private void increment()
-
-