Package | Description |
---|---|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
Modifier and Type | Method | Description |
---|---|---|
static CacheControl |
CacheControl.valueOf(String value) |
Creates a new instance of CacheControl by parsing the supplied string.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Response.ResponseBuilder |
Response.ResponseBuilder.cacheControl(CacheControl cacheControl) |
Set the cache control data on the ResponseBuilder.
|
Copyright © 2019 Sun Microsystems, Inc. All rights reserved.