| Interface | Description |
|---|---|
| AbstractAsyncContentProvider.OnlyProcessedHandlingAsyncContentListener |
Helper interface to ease the implementation of an
AsyncContentProvider. |
| AsyncCallback |
Allows the notification of an
AsyncContentProvider to send the next chunk of data or if
processing the data failed. |
| AsyncContentListener |
Listener interface that the programmer must implement in order to be able to receive data from an
AsyncContentProvider. |
| AsyncContentProvider |
Provides content asynchronously.
|
| Class | Description |
|---|---|
| AbstractAsyncContentProvider |
Helper class that makes it easier to implement Async content providers by having the complete and
error handling functionality.
|
| AsyncContentUtil |
Helper functions to use the interfaces of the Async package.
|
| AutoCloseAsyncContentProvider |
A wrapper around another
AsyncContentProviders that closes the provider instance and the
optionally specified additional Closeable objects when the reading from the provider is
completed. |
| ByteArrayAsyncContentProvider |
Implementation of
AsyncContentProvider that wraps a byte array and provides it as one
chunk. |
| ConcatenatedAsyncContentProvider |
An
AsyncContentProvider implementation that concatenates multiple
AsyncContentProvider instances. |
| InputStreamAsyncContentProvider |
Implementation of
AsyncContentProvider that gets the reads from an InputStream. |
| ReadableByteChannelAsyncContentProvider |
Implementation of
AsyncContentProvider that gets the reads from a
ReadableByteChannel. |
| Exception | Description |
|---|---|
| ClosingProviderAutomaticallyException |
Helper class to let the onError listener know that the exception was thrown when success listener
was called successfully from the closing procedure, so closing in onError should not be
reexecuted.
|
Copyright © 2011–2019 Everit Kft.. All rights reserved.