Package | Description |
---|---|
org.mule.module.pgp |
Modifier and Type | Class and Description |
---|---|
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 . |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.