Uses of Interface
com.ldodds.slug.framework.config.MemoryHolder

Packages that use MemoryHolder
com.ldodds.slug.framework   
com.ldodds.slug.http   
 

Uses of MemoryHolder in com.ldodds.slug.framework
 

Subinterfaces of MemoryHolder in com.ldodds.slug.framework
 interface Consumer
          Consumes the results of carrying out a particular work item.
 

Classes in com.ldodds.slug.framework that implement MemoryHolder
 class DelegatingConsumerImpl
           Implementation of the Consumer interface that supports delegating processing of work item results to a List of Consumers.
 

Uses of MemoryHolder in com.ldodds.slug.http
 

Classes in com.ldodds.slug.http that implement MemoryHolder
 class AbstractResponseStorer
           
 class PersistentResponseStorer
           
 class RDFConsumer
           
 class ResponseStorer
          Saves stuff to disk.