| Package | Description |
|---|---|
| org.codehaus.httpcache4j | |
| org.codehaus.httpcache4j.mutable |
| Modifier and Type | Method and Description |
|---|---|
CacheControl |
CacheControl.Builder.build() |
static CacheControl |
CacheControl.empty() |
| Modifier and Type | Method and Description |
|---|---|
Optional<CacheControl> |
HTTPRequest.getCacheControl() |
Optional<CacheControl> |
Headers.getCacheControl() |
| Modifier and Type | Method and Description |
|---|---|
HTTPRequest |
HTTPRequest.cacheControl(CacheControl cc)
Deprecated.
|
HTTPRequest |
HTTPRequest.withCacheControl(CacheControl cc) |
Headers |
Headers.withCacheControl(CacheControl cc) |
| Modifier and Type | Method and Description |
|---|---|
CacheControl |
MutableHeaders.getCacheControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableHeaders.setCacheControl(CacheControl cc) |
Copyright © 2008–2017. All rights reserved.