Uses of Class
javax.ws.rs.core.NewCookie

Packages that use NewCookie
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. 
 

Uses of NewCookie in com.sun.jersey.api
 

Methods in com.sun.jersey.api with parameters of type NewCookie
 B JResponse.AJResponseBuilder.cookie(NewCookie... cookies)
          Add cookies.
 

Uses of NewCookie in com.sun.jersey.api.client
 

Methods in com.sun.jersey.api.client that return types with arguments of type NewCookie
 java.util.List<NewCookie> ClientResponse.getCookies()
          Get the list of cookies.
 

Uses of NewCookie in com.sun.jersey.core.header.reader
 

Methods in com.sun.jersey.core.header.reader that return NewCookie
static NewCookie HttpHeaderReader.readNewCookie(java.lang.String header)
           
 

Uses of NewCookie in com.sun.jersey.core.spi.factory
 

Methods in com.sun.jersey.core.spi.factory with parameters of type NewCookie
 Response.ResponseBuilder ResponseBuilderImpl.cookie(NewCookie... cookies)
           
 

Uses of NewCookie in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return NewCookie
static NewCookie NewCookie.valueOf(java.lang.String value)
          Creates a new instance of NewCookie by parsing the supplied string.
 

Methods in javax.ws.rs.core with parameters of type NewCookie
abstract  Response.ResponseBuilder Response.ResponseBuilder.cookie(NewCookie... cookies)
          Add cookies to the ResponseBuilder.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.