See: Description
| Class | Description |
|---|---|
| Channels |
Utility class for handling routine channels.
|
| Channels.ParcelableSelectable<DATA> |
Data class storing information about the origin of the data.
|
| ContextInvocationTarget |
Class representing a context invocation target.
|
| FactoryContextWrapper |
Abstract implementation of a context wrapper implementing a factory context.
The class wraps the application context of the specified base context. |
| InvocationFactoryTarget<IN,OUT> |
Class representing a context invocation factory target.
|
| JRoutine |
This utility class extends the base one in order to support additional routine builders specific
to the Android platform.
Routine invocations created through the returned builder will be executed inside a service specified by the service context. |
| ParcelableByteChannel |
Utility class focused on the optimization of the transfer of byte chunks through routine
channels.
The generated buffers implement the parcelable interface. Note that the streams used to write into and read from buffers should be properly closed as the Java best practices suggest. |
| ParcelableByteChannel.ParcelableByteBuffer |
Parcelable buffer of bytes.
|
| ServiceContext |
Class representing an Android service context.
|