| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.net.ipv6 |
| 限定符和类型 | 方法和说明 |
|---|---|
IPv6AddressPool |
IPv6AddressPool.allocate()
Allocate the first available subnet from the pool.
|
IPv6AddressPool |
IPv6AddressPool.allocate(IPv6Network toAllocate)
Allocate the given subnet from the pool.
|
IPv6AddressPool |
IPv6AddressPool.deAllocate(IPv6Network toDeAllocate)
Give a network back to the pool (de-allocate).
|
static IPv6AddressPool |
IPv6AddressPool.fromRangeAndSubnet(IPv6AddressRange range,
IPv6NetworkMask allocationSubnetSize)
Create a pool of the given range (boundaries inclusive) which is completely free.
|
Copyright © 2022. All rights reserved.