public class RESTConstants extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RESTConstants.METHODS |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ENCODING |
static String |
METHOD_OPTIONS |
static String |
NO_MATCHING_RESOURCE_HANDLER |
static int |
PROTOCOL_HTTP_AND_HTTPS |
static int |
PROTOCOL_HTTP_ONLY |
static int |
PROTOCOL_HTTPS_ONLY |
static String |
REST_ALL_SUPPORTED_METHODS |
static String |
REST_API_CONTEXT |
static String |
REST_API_IN_TRANSPORT
The Synapse MC property that indicates the in-transport
|
static String |
REST_API_TRANSPORT_DENIED
The Synapse MC property that marks if the message was denied on the accessed transport
|
static String |
REST_FULL_REQUEST_PATH |
static String |
REST_METHOD |
static String |
REST_QUERY_PARAM_PREFIX |
static String |
REST_SUB_REQUEST_PATH |
static String |
REST_URI_VARIABLE_PREFIX |
static String |
REST_URL_PREFIX |
static String |
SYNAPSE_RESOURCE |
static String |
SYNAPSE_REST_API |
static String |
SYNAPSE_REST_API_VERSION |
Constructor and Description |
---|
RESTConstants() |
public static final int PROTOCOL_HTTP_AND_HTTPS
public static final int PROTOCOL_HTTP_ONLY
public static final int PROTOCOL_HTTPS_ONLY
public static final String REST_FULL_REQUEST_PATH
public static final String REST_SUB_REQUEST_PATH
public static final String REST_METHOD
public static final String METHOD_OPTIONS
public static final String REST_ALL_SUPPORTED_METHODS
public static final String REST_URI_VARIABLE_PREFIX
public static final String REST_QUERY_PARAM_PREFIX
public static final String SYNAPSE_RESOURCE
public static final String SYNAPSE_REST_API
public static final String SYNAPSE_REST_API_VERSION
public static final String REST_API_CONTEXT
public static final String REST_URL_PREFIX
public static final String DEFAULT_ENCODING
public static final String NO_MATCHING_RESOURCE_HANDLER
public static final String REST_API_IN_TRANSPORT
public static final String REST_API_TRANSPORT_DENIED
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.