|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Util.AddressScope | |
---|---|
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 | |
---|---|
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 | |
---|---|
static java.net.InetAddress |
Util.getAddress(java.net.NetworkInterface intf,
Util.AddressScope scope)
Returns the first address on the given interface on the current host, which satisfies scope |
static java.net.InetAddress |
Util.getAddress(Util.AddressScope scope)
Returns the first address on any interface of the current host, which satisfies scope |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |