|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeedableBodyGenerator.Feeder | |
---|---|
com.ning.http.client.providers.grizzly |
Uses of FeedableBodyGenerator.Feeder in com.ning.http.client.providers.grizzly |
---|
Classes in com.ning.http.client.providers.grizzly that implement FeedableBodyGenerator.Feeder | |
---|---|
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. |
Methods in com.ning.http.client.providers.grizzly with parameters of type FeedableBodyGenerator.Feeder | |
---|---|
void |
FeedableBodyGenerator.setFeeder(FeedableBodyGenerator.Feeder feeder)
Add a FeedableBodyGenerator.Feeder implementation that will be invoked when writing
without blocking is possible. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |