| Class | Description |
|---|---|
| PreservingClassLoaderAsyncHandler<T> |
Wrapper class used to preserve the creation classloader on async handling methods.
|
| 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–2022 MuleSoft, Inc.. All rights reserved.