Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
HTTP_TRANSPORT |
"http" |
public static final java.lang.String |
JSON_PROTOCOL |
"json" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DEFINE_OPTION |
"D" |
public static final java.lang.String |
DEFINE_OPTION_DESC |
"define value for given property for System.getPropety(String)" |
public static final java.lang.String |
HELP_OPTION |
"h" |
public static final java.lang.String |
HELP_OPTION_DESC |
"Print this usage information" |
public static final java.lang.String |
HELP_OPTION_LONG |
"help" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
CONNECTION_LIMIT_OPTION_DESC |
"an upper bound on the number of concurrent connections the server will accept.default:32" |
public static final java.lang.String |
CONNECTION_LIMIT_OPTION_LONG |
"connectionLimit" |
public static final int |
DEFAULT_CONNECTION_LIMIT |
32 |
public static final int |
DEFAULT_IDLE_TIMEOUT |
60 |
public static final java.lang.String |
DEFAULT_STATIC_METHOD |
"getInstance" |
public static final java.lang.String |
IDLE_CONNECTION_TIMEOUT_OPTION_DESC |
"Sets a timeout(seconds) period between receiving requests from a client connection. If the timeout is exceeded (no complete requests have arrived from the client within the timeout), the server will disconnect the idle client.default:60 seconds" |
public static final java.lang.String |
IDLE_CONNECTION_TIMEOUT_OPTION_LONG |
"idleConnectionTimeout" |
public static final java.lang.String |
SERVICE_PORT_OPTION_DESC |
"service port number,default: " |
public static final java.lang.String |
SERVICE_PORT_OPTION_LONG |
"port" |
public static final java.lang.String |
WORK_THREADS_OPTION_DESC |
"work thread number,default: count of available processors" |
public static final java.lang.String |
WORK_THREADS_OPTION_LONG |
"threads" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DEFAULT_HOST |
"localhost" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
CLIENT_SUFFIX |
"client" |
public static final java.lang.String |
DECORATOR_CLIENT_PKG_SUFFIX |
"decorator.client" |
public static final java.lang.String |
DECORATOR_PKG_SUFFIX |
"decorator" |
public static final java.lang.String |
ISLOCAL_METHOD_NAME |
"isLocal" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
NATIVE_FOLDER_PATH_PREFIX |
"nativeutils" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DEFAULT_HOST |
"localhost" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
AIX |
7 |
public static final int |
ANDROID |
8 |
public static final int |
FREEBSD |
4 |
public static final int |
GNU |
9 |
public static final int |
KFREEBSD |
10 |
public static final int |
LINUX |
1 |
public static final int |
MAC |
0 |
public static final int |
NETBSD |
11 |
public static final int |
OPENBSD |
5 |
public static final int |
SOLARIS |
3 |
public static final int |
UNSPECIFIED |
-1 |
public static final int |
WINDOWS |
2 |
public static final int |
WINDOWSCE |
6 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
PROP_CLASSNAME |
"className" |
public static final java.lang.String |
PROP_CONSTRUCTORARGS |
"constructorArgs" |
public static final java.lang.String |
PROP_CONSTRUCTORPARAMS |
"constructorParams" |
public static final java.lang.String |
PROP_PARAMETERTYPES |
"parameterTypes" |
public static final java.lang.String |
PROP_STATICMETHODNAME |
"staticMethodName" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ANY_ORIGIN |
"*" |
Copyright © 2019. All rights reserved.