Uses of Class
org.jgroups.util.Util.AddressScope
-
Packages that use Util.AddressScope Package Description org.jgroups.util 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.AddressScope Modifier and Type Method Description static Util.AddressScope
Util.AddressScope. valueOf(java.lang.String name)
Returns 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.AddressScope Modifier and Type Method Description static java.net.InetAddress
Util. getAddress(java.net.NetworkInterface intf, Util.AddressScope scope, StackType ip_version)
Returns the first address on the given interface on the current host, which satisfies scopestatic java.net.InetAddress
Util. getAddress(Util.AddressScope scope, StackType ip_version)
Returns the first address on any interface which satisfies scope and ip_version.static boolean
Util. match(java.net.InetAddress addr, Util.AddressScope scope)
-