| Interface | Description |
|---|---|
| AggregatedHttpFile |
An immutable variant of
HttpFile which has its attributes and content readily available. |
| HttpFile |
A file-like HTTP resource which yields an
HttpResponse. |
| HttpVfs |
A virtual file system that provides the files requested by
FileService. |
| Class | Description |
|---|---|
| AbstractHttpFile |
A skeletal
HttpFile implementation. |
| AbstractHttpFileBuilder |
A skeletal builder class which helps easier implementation of an
HttpFile builder. |
| AbstractHttpVfs |
A skeletal
HttpVfs implementation. |
| FileService |
An
HttpService that serves static files from a file system. |
| FileServiceBuilder |
Builds a new
FileService and its FileServiceConfig. |
| FileServiceConfig |
FileService configuration. |
| HttpFileAttributes |
The attributes of an
HttpFile. |
| HttpFileBuilder | |
| HttpFileService | Deprecated
Use
FileService. |
| HttpFileServiceBuilder | Deprecated
Use
FileServiceBuilder. |
| StreamingHttpFile<T extends Closeable> |
A skeletal
HttpFile that simplifies the streaming of potentially large content. |
Copyright © 2020 LeanCloud. All rights reserved.