Uses of Class
org.apache.cxf.transport.http.Cookie

Packages that use Cookie
org.apache.cxf.transport.http   
 

Uses of Cookie in org.apache.cxf.transport.http
 

Methods in org.apache.cxf.transport.http that return types with arguments of type Cookie
 Map<String,Cookie> HTTPConduit.getCookies()
          Allow access to the cookies that the conduit is maintaining
 

Method parameters in org.apache.cxf.transport.http with type arguments of type Cookie
static void Cookie.handleSetCookie(Map<String,Cookie> current, List<String> headers)
          Given a list of current cookies and a new Set-Cookie: request, construct a new set of current cookies and return it.
 



Apache CXF