Class FeedableBodyGenerator.SimpleFeeder
java.lang.Object
com.ning.http.client.providers.grizzly.FeedableBodyGenerator.BaseFeeder
com.ning.http.client.providers.grizzly.FeedableBodyGenerator.SimpleFeeder
- All Implemented Interfaces:
FeedableBodyGenerator.Feeder
- Enclosing class:
- FeedableBodyGenerator
public abstract static class FeedableBodyGenerator.SimpleFeeder
extends FeedableBodyGenerator.BaseFeeder
This simple
FeedableBodyGenerator.Feeder implementation allows the implementation to
feed data in whatever fashion is deemed appropriate.-
Field Summary
Fields inherited from class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.BaseFeeder
feedableBodyGenerator -
Constructor Summary
ConstructorsConstructorDescriptionSimpleFeeder(FeedableBodyGenerator feedableBodyGenerator) Constructs theSimpleFeederwith the associatedFeedableBodyGenerator. -
Method Summary
Methods inherited from class com.ning.http.client.providers.grizzly.FeedableBodyGenerator.BaseFeeder
feed, resetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ning.http.client.providers.grizzly.FeedableBodyGenerator.Feeder
flush
-
Constructor Details
-
SimpleFeeder
Constructs theSimpleFeederwith the associatedFeedableBodyGenerator.
-