| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ACCEPT_RANGES |
"Accept-Ranges" |
public static final String |
ALLOW |
"Allow" |
public static final String |
AUTHORIZATION |
"Authorization" |
public static final String |
CONTENTLENGTH |
"Content-Length" |
public static final String |
CONTENTRANGE |
"Content-Range" |
public static final String |
CONTENTTYPE |
"Content-type" |
public static final String |
DASL |
"DASL" |
public static final String |
DAV |
"DAV" |
public static final String |
DEPTH |
"depth" |
public static final String |
DESTINATION |
"Destination" |
public static final String |
FORWARDED_HOST |
"X-Forwarded-Host" |
public static final String |
FORWARDED_PROTO |
"X-Forwarded-Proto" |
public static final String |
IF |
"If" |
public static final String |
JAXRS_BODY_PROVIDED |
"JAXRS-Body-Provided" |
public static final String |
LOCKTOKEN |
"lock-token" |
public static final String |
MSAUTHORVIA |
"MS-Author-Via" |
public static final String |
MULTIPART_BYTERANGES |
"multipart/byteranges; boundary=" |
public static final String |
OVERWRITE |
"Overwrite" |
public static final String |
RANGE |
"Range" |
public static final String |
TIMEOUT |
"Timeout" |
public static final String |
TRANSFER_ENCODING |
"Transfer-Encoding" |
public static final String |
USERAGENT |
"User-Agent" |
public static final String |
X_HTTP_METHOD_OVERRIDE |
"X-HTTP-Method-Override" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final float |
DEFAULT_QUALITY_VALUE |
1.0f |
public static final String |
QVALUE |
"q" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
defaultAsynchronousCacheSize |
512 |
public static final int |
defaultAsynchronousJobTimeout |
60 |
public static final int |
defaultAsynchronousPoolSize |
10 |
public static final int |
defaultAsynchronousQueueSize |
100 |
public static final String |
defaultAsynchronousServicePath |
"/async" |
public static final boolean |
defaultAsynchronousSupported |
true |
public static final boolean |
defaultCheckSecurity |
true |
public static final boolean |
defaultHttpMethodOverride |
true |
public static final int |
defaultMaxBufferSize |
204800 |
public static final boolean |
defaultNormalizeUri |
false |
public static final String |
EVERREST_ASYNCHRONOUS |
"org.everrest.asynchronous" |
public static final String |
EVERREST_ASYNCHRONOUS_CACHE_SIZE |
"org.everrest.asynchronous.cache.size" |
public static final String |
EVERREST_ASYNCHRONOUS_JOB_TIMEOUT |
"org.everrest.asynchronous.job.timeout" |
public static final String |
EVERREST_ASYNCHRONOUS_POOL_SIZE |
"org.everrest.asynchronous.pool.size" |
public static final String |
EVERREST_ASYNCHRONOUS_QUEUE_SIZE |
"org.everrest.asynchronous.queue.size" |
public static final String |
EVERREST_ASYNCHRONOUS_SERVICE_PATH |
"org.everrest.asynchronous.service.path" |
public static final String |
EVERREST_CHECK_SECURITY |
"org.everrest.security" |
public static final String |
EVERREST_HTTP_METHOD_OVERRIDE |
"org.everrest.http.method.override" |
public static final String |
EVERREST_MAX_BUFFER_SIZE |
"org.everrest.max.buffer.size" |
public static final String |
EVERREST_NORMALIZE_URI |
"org.everrest.normalize.uri" |
public static final String |
METHOD_INVOKER_DECORATOR_FACTORY |
"org.everrest.core.impl.method.MethodInvokerDecoratorFactory" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_PATH |
"/{path:.*}" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT |
"*/*" |
public static final String |
EXT_PREFIX_SUBTYPE |
"*+" |
public static final String |
EXT_SUFFIX_SUBTYPE |
"+*" |
public static final String |
WADL |
"application/vnd.sun.wadl+xml" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
FRAGMENT |
7 |
public static final int |
HOST |
2 |
public static final int |
PATH |
5 |
public static final int |
PATH_SEGMENT |
4 |
public static final String |
PERCENT |
"%25" |
public static final int |
PORT |
3 |
public static final int |
QUERY |
6 |
public static final int |
SCHEME |
0 |
public static final int |
SSP |
8 |
public static final int |
USER_INFO |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EVERREST_SCAN_COMPONENTS |
"org.everrest.scan.components" |
public static final String |
EVERREST_SCAN_SKIP_PACKAGES |
"org.everrest.scan.skip.packages" |
public static final String |
JAXRS_APPLICATION |
"javax.ws.rs.Application" |
Copyright © 2015. All rights reserved.