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