| Interface | Description |
|---|---|
| FeedableBodyGenerator.Feeder |
Specifies the functionality all Feeders must implement.
|
| FeedableBodyGenerator.NonBlockingFeeder.ReadyToFeedListener |
Listener to signal that data is available to be fed.
|
| Class | Description |
|---|---|
| FeedableBodyGenerator |
This is a custom version of the
FeedableBodyGenerator
class patched with the fix for https://github.com/AsyncHttpClient/async-http-client/issues/893. |
| FeedableBodyGenerator.BaseFeeder |
Base class for
FeedableBodyGenerator.Feeder implementations. |
| FeedableBodyGenerator.NonBlockingFeeder |
Implementations of this class provide the framework to read data from
some source and feed data to the
FeedableBodyGenerator
without blocking. |
| FeedableBodyGenerator.SimpleFeeder |
This simple
FeedableBodyGenerator.Feeder implementation allows the implementation to
feed data in whatever fashion is deemed appropriate. |
| HttpTransactionContext |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.