|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractStorageProvider | |
|---|---|
| org.apache.james.mime4j.storage | |
| Uses of AbstractStorageProvider in org.apache.james.mime4j.storage |
|---|
| Subclasses of AbstractStorageProvider in org.apache.james.mime4j.storage | |
|---|---|
class |
CipherStorageProvider
A StorageProvider that transparently scrambles and unscrambles the
data stored by another StorageProvider. |
class |
MemoryStorageProvider
A StorageProvider that stores the data entirely in memory. |
class |
TempFileStorageProvider
A StorageProvider that stores the data in temporary files. |
class |
ThresholdStorageProvider
A StorageProvider that keeps small amounts of data in memory and
writes the remainder to another StorageProvider (the back-end)
if a certain threshold size gets exceeded. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||