|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
BetterPipedReader(Pausable ipausable,
int ipipeSize)
Creates a BetterPipedReader that is not yet connected, specifying
a custom pipe size. |
|
BetterPipedInputStream(Pausable ipausable,
int ipipeSize)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |