| Package | Description |
|---|---|
| javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
| Modifier and Type | Method and Description |
|---|---|
static NewCookie |
NewCookie.valueOf(java.lang.String value)
Creates a new instance of NewCookie by parsing the supplied string.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Response.ResponseBuilder |
Response.ResponseBuilder.cookie(NewCookie... cookies)
Add cookies to the ResponseBuilder.
|
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.