public static enum AccessHandler.ACCESS_METHODS extends Enum<AccessHandler.ACCESS_METHODS>
| Enum Constant and Description |
|---|
GET_REQUEST |
GET_REQUEST_NO_TUNNEL |
HEAD_REQUEST |
HEAD_REQUEST_NO_TUNNEL |
POST_REQUEST |
POST_REQUEST_NO_TUNNEL |
| Modifier and Type | Method and Description |
|---|---|
static AccessHandler.ACCESS_METHODS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessHandler.ACCESS_METHODS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessHandler.ACCESS_METHODS POST_REQUEST
public static final AccessHandler.ACCESS_METHODS GET_REQUEST
public static final AccessHandler.ACCESS_METHODS POST_REQUEST_NO_TUNNEL
public static final AccessHandler.ACCESS_METHODS GET_REQUEST_NO_TUNNEL
public static final AccessHandler.ACCESS_METHODS HEAD_REQUEST
public static final AccessHandler.ACCESS_METHODS HEAD_REQUEST_NO_TUNNEL
public static AccessHandler.ACCESS_METHODS[] values()
for (AccessHandler.ACCESS_METHODS c : AccessHandler.ACCESS_METHODS.values()) System.out.println(c);
public static AccessHandler.ACCESS_METHODS 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 © 2012–2026 cismet GmbH. All rights reserved.