|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractTransformPolicy | |
|---|---|
| org.mule.module.pgp | |
| Uses of AbstractTransformPolicy in org.mule.module.pgp |
|---|
| Subclasses of AbstractTransformPolicy in org.mule.module.pgp | |
|---|---|
class |
TransformContinuouslyPolicy
A TransformPolicy that copies the transformed bytes continuously into the PipedOutputStream
without taking into account about how many bytes the object has requested. |
class |
TransformPerRequestInChunksPolicy
A TransformPolicy that copies the requested transformed bytes in chunks
into the PipedOutputStream. |
class |
TransformPerRequestPolicy
A TransformPolicy that copies only the requested transformed bytes
into the PipedOutputStream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||