public static enum ScionDatagramChannel.RefreshPolicy extends Enum<ScionDatagramChannel.RefreshPolicy>
| Enum Constant and Description |
|---|
OFF
No refresh.
|
POLICY
Refresh with path path following path policy.
|
SAME_LINKS
Refresh with path along the same links.
|
| Modifier and Type | Method and Description |
|---|---|
static ScionDatagramChannel.RefreshPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScionDatagramChannel.RefreshPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScionDatagramChannel.RefreshPolicy OFF
public static final ScionDatagramChannel.RefreshPolicy SAME_LINKS
public static final ScionDatagramChannel.RefreshPolicy POLICY
public static ScionDatagramChannel.RefreshPolicy[] values()
for (ScionDatagramChannel.RefreshPolicy c : ScionDatagramChannel.RefreshPolicy.values()) System.out.println(c);
public static ScionDatagramChannel.RefreshPolicy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.