| Package | Description |
|---|---|
| com.linecorp.armeria.server.file |
HTTP static file service.
|
| Class and Description |
|---|
| AbstractHttpFile
A skeletal
HttpFile implementation. |
| AbstractHttpFileBuilder
A skeletal builder class which helps easier implementation of an
HttpFile builder. |
| AggregatedHttpFile
An immutable variant of
HttpFile which has its attributes and content readily available. |
| FileService
An
HttpService that serves static files from a file system. |
| FileServiceBuilder
Builds a new
FileService and its FileServiceConfig. |
FileServiceConfig
FileService configuration. |
| HttpFile
A file-like HTTP resource which yields an
HttpResponse. |
| HttpFileAttributes
The attributes of an
HttpFile. |
| HttpFileBuilder |
| HttpFileService
Deprecated.
Use
FileService. |
| HttpFileServiceBuilder
Deprecated.
Use
FileServiceBuilder. |
| HttpVfs
A virtual file system that provides the files requested by
FileService. |
Copyright © 2020 LeanCloud. All rights reserved.