Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
Modifier and Type | Field and Description |
---|---|
static String |
ClientProperties.FEATURE_AUTO_DISCOVERY_DISABLE
If
true then disable auto-discovery on the client. |
static String |
ClientProperties.JSON_PROCESSING_FEATURE_DISABLE
If
true then disable configuration of Json Processing (JSR-353)
feature on client. |
static String |
ClientProperties.METAINF_SERVICES_LOOKUP_DISABLE
If
true then disable META-INF/services lookup on client. |
static String |
ClientProperties.MOXY_JSON_FEATURE_DISABLE
If
true then disable configuration of MOXy Json feature on
client. |
static String |
ClientProperties.OUTBOUND_CONTENT_LENGTH_BUFFER
An integer value that defines the buffer size used to buffer client-side
request entity in order to determine its size and set the value of HTTP
"Content-Length" header.
|
Modifier and Type | Field and Description |
---|---|
static String |
ServerProperties.FEATURE_AUTO_DISCOVERY_DISABLE
If
true then disable auto discovery on server. |
static String |
ServerProperties.JSON_PROCESSING_FEATURE_DISABLE
If
true then disable configuration of Json Processing (JSR-353) feature on server. |
static String |
ServerProperties.METAINF_SERVICES_LOOKUP_DISABLE
If
true then disable META-INF/services lookup on server. |
static String |
ServerProperties.MOXY_JSON_FEATURE_DISABLE
If
true then disable configuration of MOXy Json feature on server. |
static String |
ServerProperties.OUTBOUND_CONTENT_LENGTH_BUFFER
An integer value that defines the buffer size used to buffer server-side response entity in order to
determine its size and set the value of HTTP "Content-Length" header.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.