Package org.apache.cxf.io
Class CachedConstants
java.lang.Object
org.apache.cxf.io.CachedConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The cipher transformation name for encrypting the cached content.static final String
The cipher transformation name for encrypting the cached content.static final String
The data size in bytes to limit the maximum data size to be cached.static final String
The data size in bytes to limit the maximum data size to be cached.static final String
The directory name for storing the temporary files.static final String
The directory name for storing the temporary files.static final String
The threshold value in bytes to switch from memory to file caching.static final String
The threshold value in bytes to switch from memory to file caching. -
Method Summary
-
Field Details
-
OUTPUT_DIRECTORY_SYS_PROP
The directory name for storing the temporary files. None is specified by default.- See Also:
-
OUTPUT_DIRECTORY_BUS_PROP
The directory name for storing the temporary files. None is specified by default.- See Also:
-
THRESHOLD_SYS_PROP
The threshold value in bytes to switch from memory to file caching. The default value is 128K for CachedOutputStream and 64K for CachedWriter.- See Also:
-
THRESHOLD_BUS_PROP
The threshold value in bytes to switch from memory to file caching. The default value is 128K for CachedOutputStream and 64K for CachedWriter.- See Also:
-
MAX_SIZE_SYS_PROP
The data size in bytes to limit the maximum data size to be cached. No max size is set by default.- See Also:
-
MAX_SIZE_BUS_PROP
The data size in bytes to limit the maximum data size to be cached. No max size is set by default.- See Also:
-
CIPHER_TRANSFORMATION_SYS_PROP
The cipher transformation name for encrypting the cached content. None is specified by default.- See Also:
-
CIPHER_TRANSFORMATION_BUS_PROP
The cipher transformation name for encrypting the cached content. None is specified by default.- See Also:
-