Uses of Interface
cool.scx.http.headers.cookie.Cookies
Packages that use Cookies
-
Uses of Cookies in cool.scx.http
Methods in cool.scx.http that return Cookies -
Uses of Cookies in cool.scx.http.headers
Methods in cool.scx.http.headers that return CookiesModifier and TypeMethodDescriptiondefault CookiesScxHttpHeaders.cookies()default CookiesScxHttpHeaders.setCookies()Methods in cool.scx.http.headers with parameters of type CookiesModifier and TypeMethodDescriptiondefault ScxHttpHeadersWritabledefault ScxHttpHeadersWritableScxHttpHeadersWritable.setCookies(Cookies cookies) -
Uses of Cookies in cool.scx.http.headers.cookie
Subinterfaces of Cookies in cool.scx.http.headers.cookieClasses in cool.scx.http.headers.cookie that implement CookiesMethods in cool.scx.http.headers.cookie with parameters of type CookiesModifier and TypeMethodDescriptionstatic StringCookieHelper.encodeCookie(Cookies cookies) static String[]CookieHelper.encodeSetCookie(Cookies cookies) static CookiesImpl