Uses of Interface
com.ning.http.client.providers.grizzly.FeedableBodyGenerator.Feeder
Packages that use FeedableBodyGenerator.Feeder
-
Uses of FeedableBodyGenerator.Feeder in com.ning.http.client.providers.grizzly
Classes in com.ning.http.client.providers.grizzly that implement FeedableBodyGenerator.FeederModifier and TypeClassDescriptionstatic classBase class forFeedableBodyGenerator.Feederimplementations.static classImplementations of this class provide the framework to read data from some source and feed data to theFeedableBodyGeneratorwithout blocking.static classThis simpleFeedableBodyGenerator.Feederimplementation allows the implementation to feed data in whatever fashion is deemed appropriate.classMethods in com.ning.http.client.providers.grizzly with parameters of type FeedableBodyGenerator.FeederModifier and TypeMethodDescriptionvoidFeedableBodyGenerator.setFeeder(FeedableBodyGenerator.Feeder feeder) Add aFeedableBodyGenerator.Feederimplementation that will be invoked when writing without blocking is possible.