Package | Description |
---|---|
com.sun.jersey.api |
Provides support for responses and exceptions.
|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.core.header.reader |
Provides support for reading HTTP headers.
|
com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
Modifier and Type | Method and Description |
---|---|
B |
JResponse.AJResponseBuilder.cookie(NewCookie... cookies)
Add cookies.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NewCookie> |
ClientResponse.getCookies()
Get the list of cookies.
|
Modifier and Type | Method and Description |
---|---|
static NewCookie |
HttpHeaderReader.readNewCookie(java.lang.String header) |
Modifier and Type | Method and Description |
---|---|
Response.ResponseBuilder |
ResponseBuilderImpl.cookie(NewCookie... cookies) |
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 © 2016 Oracle Corporation. All Rights Reserved.