| Interface | Description |
|---|---|
| ChunkStore | |
| ChunkWriter | |
| ContentTypeService | |
| Service |
Represents some service which can be controlled (ie started and stopped)
|
| Stoppable |
| Class | Description |
|---|---|
| BufferingOutputStream |
An output stream which will buffer data, initially using memory up to
maxMemorySize, and then overflowing to a temporary file.
|
| ChunkingOutputStream | |
| ContentTypeUtils | |
| DefaultContentTypeService |
This implementation of ContentTypeService just uses a map of file extension
to mime types.
|
| FileDeletingInputStream |
An inputstream to read a file, and to delete the file when this stream is closed
This is useful for situations where you are using a local file to buffer the contents
of remote data, and want to ensure that the temporary local file is deleted when
it is no longer being used
|
| FileUtils | |
| Formatter |
Handy functions exposes to rendering logic for formatting.
|
| InternationalizedString |
Represents a string object that contains an extra information of language.
|
| JsonResult |
Value object holding the result of some operation in a generic form
which is suitable for outputting as JSON.
|
| LogUtils | |
| ModelAndView | |
| NameSpace | |
| Path |
Immutable
|
| Path.LengthComparator | |
| RandomFileOutputStream |
A positionable file output stream.
|
| RangeUtils | |
| StreamUtils | |
| StringSplitUtils | |
| StringUtils | |
| Utils | |
| View |
Abstraction of a view.
|
| Exception | Description |
|---|---|
| ReadingException | |
| WritingException |