Uses of Class
org.apache.cxf.transport.http.Cookie
-
Packages that use Cookie Package Description 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 Modifier and Type Method Description Map<String,Cookie>HTTPConduit. getCookies()Allow access to the cookies that the conduit is maintainingMap<String,Cookie>Cookies. getSessionCookies()Method parameters in org.apache.cxf.transport.http with type arguments of type Cookie Modifier and Type Method Description voidHeaders. writeSessionCookies(Map<String,Cookie> sessionCookies)Write cookie header from given session cookies
-