public static enum Socks5IOService.State extends Enum<Socks5IOService.State>
| Modifier and Type | Method and Description |
|---|---|
static Socks5IOService.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Socks5IOService.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Socks5IOService.State Welcome
public static final Socks5IOService.State Auth
public static final Socks5IOService.State Ready
public static final Socks5IOService.State Active
public static final Socks5IOService.State Closed
public static Socks5IOService.State[] values()
for (Socks5IOService.State c : Socks5IOService.State.values()) System.out.println(c);
public static Socks5IOService.State 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 © 2011–2014 Tigase. All rights reserved.