public static enum DuplexConnectionInterceptor.Type extends Enum<DuplexConnectionInterceptor.Type>
| Enum Constant and Description |
|---|
CLIENT |
SERVER |
SETUP
Deprecated.
since 1.1.0-M2. Will be removed in 1.2
|
SOURCE |
| Modifier and Type | Method and Description |
|---|---|
static DuplexConnectionInterceptor.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DuplexConnectionInterceptor.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final DuplexConnectionInterceptor.Type SETUP
public static final DuplexConnectionInterceptor.Type CLIENT
public static final DuplexConnectionInterceptor.Type SERVER
public static final DuplexConnectionInterceptor.Type SOURCE
public static DuplexConnectionInterceptor.Type[] values()
for (DuplexConnectionInterceptor.Type c : DuplexConnectionInterceptor.Type.values()) System.out.println(c);
public static DuplexConnectionInterceptor.Type 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