| Package | Description |
|---|---|
| com.ning.http.client.providers.grizzly |
| Modifier and Type | Class and Description |
|---|---|
static class |
FeedableBodyGenerator.BaseFeeder
Base class for
FeedableBodyGenerator.Feeder implementations. |
static class |
FeedableBodyGenerator.NonBlockingFeeder
Implementations of this class provide the framework to read data from
some source and feed data to the
FeedableBodyGenerator
without blocking. |
static class |
FeedableBodyGenerator.SimpleFeeder
This simple
FeedableBodyGenerator.Feeder implementation allows the implementation to
feed data in whatever fashion is deemed appropriate. |
class |
NonBlockingInputStreamFeeder |
| Modifier and Type | Method and Description |
|---|---|
void |
FeedableBodyGenerator.setFeeder(FeedableBodyGenerator.Feeder feeder)
Add a
FeedableBodyGenerator.Feeder implementation that will be invoked when writing
without blocking is possible. |
Copyright © 2019. All Rights Reserved.