Class FeedableBodyGenerator.NonBlockingFeeder

java.lang.Object
com.ning.http.client.providers.grizzly.FeedableBodyGenerator.BaseFeeder
com.ning.http.client.providers.grizzly.FeedableBodyGenerator.NonBlockingFeeder
All Implemented Interfaces:
FeedableBodyGenerator.Feeder
Direct Known Subclasses:
NonBlockingInputStreamFeeder
Enclosing class:
FeedableBodyGenerator

public abstract static class FeedableBodyGenerator.NonBlockingFeeder extends FeedableBodyGenerator.BaseFeeder
Implementations of this class provide the framework to read data from some source and feed data to the FeedableBodyGenerator without blocking.