| 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.
|
| 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. |
Copyright © 2011–2019 Everit Kft.. All rights reserved.