|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransformPolicy | |
|---|---|
| org.mule.module.pgp | |
| Uses of TransformPolicy in org.mule.module.pgp |
|---|
| Classes in org.mule.module.pgp that implement TransformPolicy | |
|---|---|
class |
AbstractTransformPolicy
An abstract implementation of TransformPolicy. |
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. |
| Constructors in org.mule.module.pgp with parameters of type TransformPolicy | |
|---|---|
LazyTransformedInputStream(TransformPolicy transformPolicy,
StreamTransformer transformer)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||