Apache JAMES Mime4j 0.6-redhat-2

Uses of Class
org.apache.james.mime4j.storage.AbstractStorageProvider

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.
 


Apache JAMES Mime4j 0.6-redhat-2

Copyright © 2004-2012 JBoss by Red Hat. All Rights Reserved.