| Package | Description |
|---|---|
| org.apache.james.mime4j.storage |
| Modifier and Type | Class and Description |
|---|---|
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. |
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.