public final class MatchVariable extends com.azure.core.util.ExpandableStringEnum<MatchVariable>
| Modifier and Type | Field and Description |
|---|---|
static MatchVariable |
COOKIES
Static value Cookies for MatchVariable.
|
static MatchVariable |
HTTP_VERSION
Static value HttpVersion for MatchVariable.
|
static MatchVariable |
IS_DEVICE
Static value IsDevice for MatchVariable.
|
static MatchVariable |
POST_ARGS
Static value PostArgs for MatchVariable.
|
static MatchVariable |
QUERY_STRING
Static value QueryString for MatchVariable.
|
static MatchVariable |
REMOTE_ADDR
Static value RemoteAddr for MatchVariable.
|
static MatchVariable |
REMOTE_ADDRESS
Static value RemoteAddress for MatchVariable.
|
static MatchVariable |
REQUEST_BODY
Static value RequestBody for MatchVariable.
|
static MatchVariable |
REQUEST_HEADER
Static value RequestHeader for MatchVariable.
|
static MatchVariable |
REQUEST_METHOD
Static value RequestMethod for MatchVariable.
|
static MatchVariable |
REQUEST_SCHEME
Static value RequestScheme for MatchVariable.
|
static MatchVariable |
REQUEST_URI
Static value RequestUri for MatchVariable.
|
static MatchVariable |
SOCKET_ADDR
Static value SocketAddr for MatchVariable.
|
static MatchVariable |
URL_FILE_EXTENSION
Static value UrlFileExtension for MatchVariable.
|
static MatchVariable |
URL_FILE_NAME
Static value UrlFileName for MatchVariable.
|
static MatchVariable |
URL_PATH
Static value UrlPath for MatchVariable.
|
| Constructor and Description |
|---|
MatchVariable() |
| Modifier and Type | Method and Description |
|---|---|
static MatchVariable |
fromString(String name)
Creates or finds a MatchVariable from its string representation.
|
static Collection<MatchVariable> |
values() |
public static final MatchVariable REMOTE_ADDRESS
public static final MatchVariable REQUEST_METHOD
public static final MatchVariable QUERY_STRING
public static final MatchVariable POST_ARGS
public static final MatchVariable REQUEST_URI
public static final MatchVariable REQUEST_HEADER
public static final MatchVariable REQUEST_BODY
public static final MatchVariable REQUEST_SCHEME
public static final MatchVariable URL_PATH
public static final MatchVariable URL_FILE_EXTENSION
public static final MatchVariable URL_FILE_NAME
public static final MatchVariable HTTP_VERSION
public static final MatchVariable COOKIES
public static final MatchVariable IS_DEVICE
public static final MatchVariable REMOTE_ADDR
public static final MatchVariable SOCKET_ADDR
public static MatchVariable fromString(String name)
name - a name to look for.public static Collection<MatchVariable> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.