Package org.jgroups.util
Class ResourceManager.IPv6AddressRep
- java.lang.Object
-
- org.jgroups.util.ResourceManager.IPv6AddressRep
-
- All Implemented Interfaces:
ResourceManager.IpAddressRep
- Enclosing class:
- ResourceManager
static class ResourceManager.IPv6AddressRep extends java.lang.Object implements ResourceManager.IpAddressRep
Representation of an IPv6 address
-
-
Constructor Summary
Constructors Constructor Description IPv6AddressRep(java.lang.String initial_addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidincrement()private static byteincrementHexValue(byte b)java.lang.StringnextAddress()
-
-
-
Method Detail
-
nextAddress
public java.lang.String nextAddress()
- Specified by:
nextAddressin interfaceResourceManager.IpAddressRep
-
increment
private void increment()
-
incrementHexValue
private static byte incrementHexValue(byte b)
-
-