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 TypeClassDescriptionclass
AStorageProvider
that transparently scrambles and unscrambles the data stored by anotherStorageProvider
.class
AStorageProvider
that stores the data entirely in memory.class
AStorageProvider
that stores the data in temporary files.class
AStorageProvider
that keeps small amounts of data in memory and writes the remainder to anotherStorageProvider
(the back-end) if a certain threshold size gets exceeded.