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

Packages that use NewCookie
javax.ws.rs.client The JAX-RS client API 
javax.ws.rs.container Container-specific JAX-RS API. 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.glassfish.jersey.client Jersey client-side classes. 
org.glassfish.jersey.message.internal Common Jersey internal messaging classes. 
org.glassfish.jersey.server Jersey server-side classes. 
 

Uses of NewCookie in javax.ws.rs.client
 

Methods in javax.ws.rs.client that return types with arguments of type NewCookie
 Map<String,NewCookie> ClientResponseContext.getCookies()
          Get any new cookies set on the response message.
 

Uses of NewCookie in javax.ws.rs.container
 

Methods in javax.ws.rs.container that return types with arguments of type NewCookie
 Map<String,NewCookie> ContainerResponseContext.getCookies()
          Get any new cookies set on the response message.
 

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 that return types with arguments of type NewCookie
abstract  Map<String,NewCookie> Response.getCookies()
          Get any new cookies set on the response message.
 

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

Uses of NewCookie in org.glassfish.jersey.client
 

Methods in org.glassfish.jersey.client that return types with arguments of type NewCookie
 Map<String,NewCookie> ClientResponse.getCookies()
           
 

Uses of NewCookie in org.glassfish.jersey.message.internal
 

Methods in org.glassfish.jersey.message.internal that return NewCookie
 NewCookie NewCookieProvider.fromString(String header)
           
static NewCookie HttpHeaderReader.readNewCookie(String header)
           
 

Methods in org.glassfish.jersey.message.internal that return types with arguments of type NewCookie
 Map<String,NewCookie> OutboundJaxrsResponse.getCookies()
           
 Map<String,NewCookie> InboundMessageContext.getResponseCookies()
          Get any new cookies set on the response message.
 Map<String,NewCookie> OutboundMessageContext.getResponseCookies()
          Get any new cookies set on the message message.
 

Methods in org.glassfish.jersey.message.internal with parameters of type NewCookie
 Response.ResponseBuilder OutboundJaxrsResponse.Builder.cookie(NewCookie... cookies)
           
 String NewCookieProvider.toString(NewCookie cookie)
           
 

Uses of NewCookie in org.glassfish.jersey.server
 

Methods in org.glassfish.jersey.server that return types with arguments of type NewCookie
 Map<String,NewCookie> ContainerResponse.getCookies()
           
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.