Uses of Class
org.apache.james.mime4j.storage.AbstractStorageProvider
-
Packages that use AbstractStorageProvider Package Description org.apache.james.mime4j.storage -
-
Uses of AbstractStorageProvider in org.apache.james.mime4j.storage
Subclasses of AbstractStorageProvider in org.apache.james.mime4j.storage Modifier and Type Class Description classCipherStorageProviderAStorageProviderthat transparently scrambles and unscrambles the data stored by anotherStorageProvider.classMemoryStorageProviderAStorageProviderthat stores the data entirely in memory.classTempFileStorageProviderAStorageProviderthat stores the data in temporary files.classThresholdStorageProviderAStorageProviderthat keeps small amounts of data in memory and writes the remainder to anotherStorageProvider(the back-end) if a certain threshold size gets exceeded.
-