public static enum HttpTunnelAction.PARAMETER_TYPE extends Enum<HttpTunnelAction.PARAMETER_TYPE>
| Enum Constant and Description |
|---|
CREDENTIALS |
METHOD |
OPTIONS |
REQUEST |
URL |
WITH_CONTENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static HttpTunnelAction.PARAMETER_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpTunnelAction.PARAMETER_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpTunnelAction.PARAMETER_TYPE URL
public static final HttpTunnelAction.PARAMETER_TYPE REQUEST
public static final HttpTunnelAction.PARAMETER_TYPE METHOD
public static final HttpTunnelAction.PARAMETER_TYPE OPTIONS
public static final HttpTunnelAction.PARAMETER_TYPE CREDENTIALS
public static final HttpTunnelAction.PARAMETER_TYPE WITH_CONTENT_TYPE
public static HttpTunnelAction.PARAMETER_TYPE[] values()
for (HttpTunnelAction.PARAMETER_TYPE c : HttpTunnelAction.PARAMETER_TYPE.values()) System.out.println(c);
public static HttpTunnelAction.PARAMETER_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 nullCopyright © 2012–2026 cismet GmbH. All rights reserved.