Uses of Interface
org.barracudamvc.plankton.io.Pausable

Packages that use Pausable
org.barracudamvc.core.helper.servlet   
org.barracudamvc.plankton.io   
 

Uses of Pausable in org.barracudamvc.core.helper.servlet
 

Classes in org.barracudamvc.core.helper.servlet that implement Pausable
 class DeferredResponseWrapper
          This class acts as a thin wrapper around a ServletResponse.
 

Uses of Pausable in org.barracudamvc.plankton.io
 

Fields in org.barracudamvc.plankton.io declared as Pausable
protected  Pausable BetterPipedReader.pausable
           
protected  Pausable BetterPipedInputStream.pausable
           
 

Methods in org.barracudamvc.plankton.io that return Pausable
 Pausable BetterPipedReader.getPausable()
          get the Pausable controller
 Pausable BetterPipedInputStream.getPausable()
           
 

Methods in org.barracudamvc.plankton.io with parameters of type Pausable
 void BetterPipedReader.setPausable(Pausable ipausable)
          set the Pausable controller (null indicates the pipe can't be paused).
 void BetterPipedInputStream.setPausable(Pausable ipausable)
           
 

Constructors in org.barracudamvc.plankton.io with parameters of type Pausable
BetterPipedInputStream(Pausable ipausable, int ipipeSize)
           
BetterPipedReader(Pausable ipausable, int ipipeSize)
          Creates a BetterPipedReader that is not yet connected, specifying a custom pipe size.
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.