Class BodyDeferringAsyncHandler.BodyDeferringInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.ning.http.client.BodyDeferringAsyncHandler.BodyDeferringInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
BodyDeferringAsyncHandler

public static class BodyDeferringAsyncHandler.BodyDeferringInputStream extends FilterInputStream
A simple helper class that is used to perform automatic "join" for async download and the error checking of the Future of the request.