public static final class HTTPRequestTemplate.UserParameterContext
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static HTTPRequestTemplate.UserParameterContext |
BODY |
static HTTPRequestTemplate.UserParameterContext |
COOKIE |
static HTTPRequestTemplate.UserParameterContext |
FORM |
static HTTPRequestTemplate.UserParameterContext |
HEADER |
static HTTPRequestTemplate.UserParameterContext |
QUERY |
static HTTPRequestTemplate.UserParameterContext |
UNKNOWN |
static HTTPRequestTemplate.UserParameterContext |
URI |
Modifier and Type | Method and Description |
---|---|
static HTTPRequestTemplate.UserParameterContext |
valueOf(java.lang.String name) |
static HTTPRequestTemplate.UserParameterContext[] |
values() |
public static final HTTPRequestTemplate.UserParameterContext URI
public static final HTTPRequestTemplate.UserParameterContext BODY
public static final HTTPRequestTemplate.UserParameterContext QUERY
public static final HTTPRequestTemplate.UserParameterContext FORM
public static final HTTPRequestTemplate.UserParameterContext HEADER
public static final HTTPRequestTemplate.UserParameterContext COOKIE
public static final HTTPRequestTemplate.UserParameterContext UNKNOWN
public static HTTPRequestTemplate.UserParameterContext[] values()
public static HTTPRequestTemplate.UserParameterContext valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.