public static enum PingFrameFilter.PingFilterType extends Enum<PingFrameFilter.PingFilterType>
| Enum Constant and Description |
|---|
FilterAll |
FilterPingOnly |
FilterPongOnly |
| Modifier and Type | Method and Description |
|---|---|
static PingFrameFilter.PingFilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PingFrameFilter.PingFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PingFrameFilter.PingFilterType FilterAll
public static final PingFrameFilter.PingFilterType FilterPingOnly
public static final PingFrameFilter.PingFilterType FilterPongOnly
public static PingFrameFilter.PingFilterType[] values()
for (PingFrameFilter.PingFilterType c : PingFrameFilter.PingFilterType.values()) System.out.println(c);
public static PingFrameFilter.PingFilterType 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 null