Uses of Interface
inet.ipaddr.AddressNetwork.AddressSegmentCreator
Packages that use AddressNetwork.AddressSegmentCreator
Package
Description
Base classes for IP addresses and generic addresses.
Classes for constructing division groupings in which the divisions are under 64 bits of length.
Classes for IPv4
Classes for IPv6
Classes for MAC addresses.
-
Uses of AddressNetwork.AddressSegmentCreator in inet.ipaddr
Classes in inet.ipaddr that implement AddressNetwork.AddressSegmentCreatorModifier and TypeClassDescriptionstatic class
IPAddressNetwork.IPAddressCreator<T extends IPAddress,
R extends IPAddressSection, E extends IPAddressSection, S extends IPAddressSegment, J extends InetAddress> -
Uses of AddressNetwork.AddressSegmentCreator in inet.ipaddr.format.standard
Classes in inet.ipaddr.format.standard that implement AddressNetwork.AddressSegmentCreatorModifier and TypeClassDescriptionclass
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. -
Uses of AddressNetwork.AddressSegmentCreator in inet.ipaddr.ipv4
Classes in inet.ipaddr.ipv4 that implement AddressNetwork.AddressSegmentCreator -
Uses of AddressNetwork.AddressSegmentCreator in inet.ipaddr.ipv6
Classes in inet.ipaddr.ipv6 that implement AddressNetwork.AddressSegmentCreatorMethods in inet.ipaddr.ipv6 with parameters of type AddressNetwork.AddressSegmentCreatorModifier and TypeMethodDescription<S extends AddressSegment>
voidIPv6AddressSegment.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. -
Uses of AddressNetwork.AddressSegmentCreator in inet.ipaddr.mac
Classes in inet.ipaddr.mac that implement AddressNetwork.AddressSegmentCreator