Uses of Enum
org.jgroups.util.Util.AddressScope
Packages that use Util.AddressScope
Package
Description
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of Util.AddressScope in org.jgroups.util
Methods in org.jgroups.util that return Util.AddressScopeModifier and TypeMethodDescriptionstatic Util.AddressScopeReturns the enum constant of this type with the specified name.static Util.AddressScope[]Util.AddressScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgroups.util with parameters of type Util.AddressScopeModifier and TypeMethodDescriptionstatic InetAddressUtil.getAddress(NetworkInterface intf, Util.AddressScope scope, StackType ip_version) Returns the first address on the given interface on the current host, which satisfies scopestatic InetAddressUtil.getAddress(Util.AddressScope scope, StackType ip_version) Returns the first address on any interface which satisfies scope and ip_version.static booleanUtil.match(InetAddress addr, Util.AddressScope scope)