Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PARAMETER_NAME_PATTERN_STRING |
"[a-zA-Z][a-zA-Z0-9_\\-\\.]*" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_PROPERTY_NAME |
"hostname" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
DELIMITER |
44 |
public static final String |
GROUP_DESCRIPTOR_TYPE |
"group" |
public static final char |
LINE_DELIMITER |
10 |
public static final String |
TARGET_DESCRIPTOR_TYPE |
"service" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ORDERED_TYPE_ID |
"ordered" |
public static final String |
RANDOM_TYPE_ID |
"random" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_PORT_NUMBER |
8080 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_PORT_NUMBER |
8080 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
USE_CLASSPATH_LIB |
2 |
public static final int |
USE_CURRENT_CLASSPATH |
1 |
public static final int |
USE_WAR_EXTERNAL_LIB |
5 |
public static final int |
USE_WAR_LIB |
4 |
public static final int |
USE_XINS_LIB |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CACHE |
"_cache" |
public static final String |
FUNCTION_NAME |
"_functionName" |
public static final String |
IP |
"_ip" |
public static final String |
SKIP_FUNCTION_CALL |
"_skipFunctionCall" |
public static final String |
START |
"_start" |
public static final String |
STATUS_CODE |
"_statusCode" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
RESPONSE_CONTENT_TYPE |
"text/javascript; charset=UTF-8" |
protected static final String |
RESPONSE_ENCODING |
"UTF-8" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
JSON_REQUEST_CONTENT_TYPE |
"application/jsonrequest" |
protected static final String |
JSON_RPC_CONTENT_TYPE |
"application/json-rpc" |
protected static final String |
RESPONSE_CONTENT_TYPE |
"application/json" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
RESPONSE_CONTENT_TYPE |
"application/json" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FROM_LOAD_BALANCER_PARAMETER |
"_fromLoadBalancer" |
public static final String |
LB_DISPATCH_STATEGY |
"dispatch" |
public static final String |
LB_FORWARD_STATEGY |
"forward" |
public static final String |
LB_PROPERTY_NAME |
"org.xins.lb." |
public static final String |
RESULT_FORWARD_PROPERTY |
"_forwardResult" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
RESPONSE_CONTENT_TYPE |
"application/x-protobuf" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
REQUEST_NAMESPACE |
"_namespace" |
protected static final String |
RESPONSE_CONTENT_TYPE |
"text/xml; charset=UTF-8" |
protected static final String |
RESPONSE_ENCODING |
"UTF-8" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
REQUEST_BODY |
"_body" |
protected static final String |
REQUEST_ENVELOPE |
"_envelope" |
protected static final String |
REQUEST_FUNCTION |
"_function_request" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
RESPONSE_CONTENT_TYPE |
"text/xml; charset=UTF-8" |
protected static final String |
RESPONSE_ENCODING |
"UTF-8" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
RESPONSE_CONTENT_TYPE |
"text/xml; charset=UTF-8" |
protected static final String |
RESPONSE_ENCODING |
"UTF-8" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
RESPONSE_CONTENT_TYPE |
"text/xml; charset=UTF-8" |
protected static final String |
RESPONSE_ENCODING |
"UTF-8" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
CLEAR_TEMPLATE_CACHE_PARAMETER |
"_cleartemplatecache" |
protected static final String |
TEMPLATE_PARAMETER |
"_template" |
protected static final String |
TEMPLATES_CACHE_PROPERTY |
"templates.cache" |
See http://www.xins.org/.