| Package | Description |
|---|---|
| com.linecorp.armeria.common |
Common types.
|
| com.linecorp.armeria.server.file |
HTTP static file service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCacheControl
Directives for HTTP caching mechanisms in requests.
|
class |
ServerCacheControl
Directives for HTTP caching mechanisms in responses.
|
| Modifier and Type | Method and Description |
|---|---|
HttpFileServiceBuilder |
HttpFileServiceBuilder.cacheControl(CacheControl cacheControl)
Deprecated.
|
HttpFileBuilder |
HttpFileBuilder.cacheControl(CacheControl cacheControl) |
FileServiceBuilder |
FileServiceBuilder.cacheControl(CacheControl cacheControl)
Sets the
"cache-control" header. |
AbstractHttpFileBuilder |
AbstractHttpFileBuilder.cacheControl(CacheControl cacheControl)
Sets the
"cache-control" header. |
Copyright © 2020 LeanCloud. All rights reserved.