The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-1

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. 
 

Uses of NewCookie in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return NewCookie
static NewCookie NewCookie.valueOf(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.
 


The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.