public enum SessionManagerHttpServiceRequestSpecMethod extends Enum<SessionManagerHttpServiceRequestSpecMethod>
| Enum Constant and Description |
|---|
httpConnect |
httpDelete |
httpGet |
httpHead |
httpOptions |
httpPost |
httpPut |
httpTrace |
| Modifier and Type | Method and Description |
|---|---|
static SessionManagerHttpServiceRequestSpecMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionManagerHttpServiceRequestSpecMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionManagerHttpServiceRequestSpecMethod httpOptions
public static final SessionManagerHttpServiceRequestSpecMethod httpGet
public static final SessionManagerHttpServiceRequestSpecMethod httpHead
public static final SessionManagerHttpServiceRequestSpecMethod httpPost
public static final SessionManagerHttpServiceRequestSpecMethod httpPut
public static final SessionManagerHttpServiceRequestSpecMethod httpDelete
public static final SessionManagerHttpServiceRequestSpecMethod httpTrace
public static final SessionManagerHttpServiceRequestSpecMethod httpConnect
public static SessionManagerHttpServiceRequestSpecMethod[] values()
for (SessionManagerHttpServiceRequestSpecMethod c : SessionManagerHttpServiceRequestSpecMethod.values()) System.out.println(c);
public static SessionManagerHttpServiceRequestSpecMethod 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-2012. All Rights Reserved.