Apache CXF API

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
 Map<String,Cookie> Cookies.getSessionCookies()
           
 

Method parameters in org.apache.cxf.transport.http with type arguments of type Cookie
 void Headers.writeSessionCookies(Map<String,Cookie> sessionCookies)
          Write cookie header from given session cookies
 


Apache CXF API

Apache CXF