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

Packages that use NewCookie
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.jboss.resteasy.mock   
org.jboss.resteasy.plugins.server.servlet   
org.jboss.resteasy.specimpl   
org.jboss.resteasy.spi   
 

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.
 

Uses of NewCookie in org.jboss.resteasy.mock
 

Fields in org.jboss.resteasy.mock with type parameters of type NewCookie
protected  java.util.List<NewCookie> MockHttpResponse.newCookies
           
 

Methods in org.jboss.resteasy.mock that return types with arguments of type NewCookie
 java.util.List<NewCookie> MockHttpResponse.getNewCookies()
           
 

Methods in org.jboss.resteasy.mock with parameters of type NewCookie
 void MockHttpResponse.addNewCookie(NewCookie cookie)
           
 

Uses of NewCookie in org.jboss.resteasy.plugins.server.servlet
 

Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type NewCookie
 void HttpServletResponseWrapper.addNewCookie(NewCookie cookie)
           
 

Uses of NewCookie in org.jboss.resteasy.specimpl
 

Methods in org.jboss.resteasy.specimpl with parameters of type NewCookie
 Response.ResponseBuilder ResponseBuilderImpl.cookie(NewCookie... cookies)
           
 

Uses of NewCookie in org.jboss.resteasy.spi
 

Methods in org.jboss.resteasy.spi with parameters of type NewCookie
 void HttpResponse.addNewCookie(NewCookie cookie)
           
 



Copyright © 2009. All Rights Reserved.