Uses of Interface
org.spincast.core.cookies.Cookie
Packages that use Cookie
Package
Description
-
Uses of Cookie in org.spincast.core.cookies
Classes in org.spincast.core.cookies that implement CookieMethods in org.spincast.core.cookies that return CookieModifier and TypeMethodDescriptionCookieFactory.createCookie(String name) Creates a cookie using the given name (nullvalue).CookieFactory.createCookie(String name, String value) Creates a cookie using the given name and value.CookieFactory.createCookie(String name, String value, String path, String domain, Date expires, boolean secure, boolean httpOnly, CookieSameSite cookieSameSite, boolean discard, int version) Creates a cookie using all available configurations. -
Uses of Cookie in org.spincast.core.exchange
Methods in org.spincast.core.exchange that return CookieModifier and TypeMethodDescriptionResponseRequestContextAddon.createCookie(String name) Creates a cookie using the given name (nullvalue).ResponseRequestContextAddon.getCookieAdded(String name) Gets a cookie already added to the response, by its name.Methods in org.spincast.core.exchange that return types with arguments of type CookieModifier and TypeMethodDescriptionResponseRequestContextAddon.getCookiesAdded()Gets the cookies already added to the response as a Map, using their names as the keys.Methods in org.spincast.core.exchange with parameters of type Cookie -
Uses of Cookie in org.spincast.core.guice
Methods in org.spincast.core.guice that return types with arguments of type Cookie -
Uses of Cookie in org.spincast.core.server
Method parameters in org.spincast.core.server with type arguments of type CookieModifier and TypeMethodDescriptionvoidServer.addCookies(Object exchange, Map<String, Cookie> cookies) Adds cookies.