Package | Description |
---|---|
inet.ipaddr.format | |
inet.ipaddr.ipv4 | |
inet.ipaddr.ipv6 | |
inet.ipaddr.mac |
Modifier and Type | Class and Description |
---|---|
class |
AddressCreator<T extends Address,R extends AddressSection,E extends AddressSection,S extends AddressSegment>
Has methods for creating addresses, segments and sections that are available to the parser.
|
Modifier and Type | Class and Description |
---|---|
static class |
IPv4AddressNetwork.IPv4AddressCreator |
Modifier and Type | Class and Description |
---|---|
static class |
IPv6AddressNetwork.IPv6AddressCreator |
Modifier and Type | Method and Description |
---|---|
<S extends AddressSegment> |
IPv6AddressSegment.getSplitSegments(S[] segs,
int index,
AddressNetwork.AddressSegmentCreator<S> creator)
Converts this IPv6 address segment into smaller segments,
copying them into the given array starting at the given index.
|
Modifier and Type | Class and Description |
---|---|
static class |
MACAddressNetwork.MACAddressCreator |