Package org.apache.cxf.io
Class CachedConstants
java.lang.Object
org.apache.cxf.io.CachedConstants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe cipher transformation name for encrypting the cached content.static final StringThe cipher transformation name for encrypting the cached content.static final StringForces cleaning of the unclosedCachedOutputStreaminstances onBusshutdown.static final StringThe delay (in ms) for cleaning up unclosedCachedOutputStreaminstances. 30 minutes is specified by default, the minimum value is 2 seconds.static final StringThe data size in bytes to limit the maximum data size to be cached.static final StringThe data size in bytes to limit the maximum data size to be cached.static final StringThe directory name for storing the temporary files.static final StringThe directory name for storing the temporary files.static final StringThe threshold value in bytes to switch from memory to file caching.static final StringThe threshold value in bytes to switch from memory to file caching.
- 
Method Summary
- 
Field Details- 
OUTPUT_DIRECTORY_SYS_PROPThe directory name for storing the temporary files. None is specified by default.- See Also:
 
- 
OUTPUT_DIRECTORY_BUS_PROPThe directory name for storing the temporary files. None is specified by default.- See Also:
 
- 
THRESHOLD_SYS_PROPThe 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_PROPThe 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_PROPThe 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_PROPThe 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_PROPThe cipher transformation name for encrypting the cached content. None is specified by default.- See Also:
 
- 
CIPHER_TRANSFORMATION_BUS_PROPThe cipher transformation name for encrypting the cached content. None is specified by default.- See Also:
 
- 
CLEANER_DELAY_BUS_PROPThe delay (in ms) for cleaning up unclosedCachedOutputStreaminstances. 30 minutes is specified by default, the minimum value is 2 seconds. If the value of the delay is set to 0 (or is negative), the cleaner will be deactivated.- See Also:
 
- 
CLEANER_CLEAN_ON_SHUTDOWN_BUS_PROPForces cleaning of the unclosedCachedOutputStreaminstances onBusshutdown. The default value is "true", if the cleaner is deactivated or the value is set to "false", no cleanup attempt on shutdown will be performed.- See Also:
 
 
-