| Package | Description |
|---|---|
| com.linecorp.armeria.server.file |
HTTP static file service.
|
| Modifier and Type | Method and Description |
|---|---|
HttpFileService |
HttpFileServiceBuilder.build()
Deprecated.
Returns a newly-created
HttpFileService based on the properties of this builder. |
static HttpFileService |
HttpFileService.forClassPath(ClassLoader classLoader,
String rootDir)
Deprecated.
|
static HttpFileService |
HttpFileService.forClassPath(String rootDir)
Deprecated.
|
static HttpFileService |
HttpFileService.forFileSystem(Path rootDir)
Deprecated.
Use
FileService.of(Path). |
static HttpFileService |
HttpFileService.forFileSystem(String rootDir)
Deprecated.
Use
FileService.of(Path). |
static HttpFileService |
HttpFileService.forVfs(HttpVfs vfs)
Deprecated.
|
Copyright © 2020 LeanCloud. All rights reserved.