| Class | Description |
|---|---|
| ResponseAsyncHandler |
Non blocking
AsyncHandler which waits to load the whole response to memory before propagating it. |
| ResponseBodyDeferringAsyncHandler |
Non blocking async handler which uses a
PipedOutputStream to populate the HTTP response as it arrives, propagating an
PipedInputStream as soon as the response headers are parsed. |
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.