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