public static enum Nio2Endpoint.SendfileState extends Enum<Nio2Endpoint.SendfileState>
Modifier and Type | Method and Description |
---|---|
static Nio2Endpoint.SendfileState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nio2Endpoint.SendfileState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Nio2Endpoint.SendfileState PENDING
public static final Nio2Endpoint.SendfileState DONE
public static final Nio2Endpoint.SendfileState ERROR
public static Nio2Endpoint.SendfileState[] values()
for (Nio2Endpoint.SendfileState c : Nio2Endpoint.SendfileState.values()) System.out.println(c);
public static Nio2Endpoint.SendfileState 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 © 2000-2014 Apache Software Foundation. All Rights Reserved.