See: Description
Interface | Description |
---|---|
ChunkFactory |
A chunk factory builds chunks, possibly implementing a specific chunk
management policy.
|
ChunkProvider |
Chunk providers are used to wrap input streams (like, e.g., socket input streams)
in unmarshallers.
|
Job |
A Job is the abstraction of an activity in the system.
|
Scheduler |
Schedulers are used to create and schedule Jobs.
|
Class | Description |
---|---|
Chunk |
A chunk represents a part of an array of bytes.
|