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 (null
value).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 (null
value).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 TypeMethodDescriptionvoid
Server.addCookies
(Object exchange, Map<String, Cookie> cookies) Adds cookies. -
Uses of Cookie in org.spincast.plugins.httpclient
Methods in org.spincast.plugins.httpclient that return CookieModifier and TypeMethodDescriptionGets a cookie.Methods in org.spincast.plugins.httpclient that return types with arguments of type CookieModifier and TypeMethodDescriptionHttpResponse.getCookies()
Gets the cookies.HttpResponseDefault.getCookies()
Methods in org.spincast.plugins.httpclient with parameters of type CookieMethod parameters in org.spincast.plugins.httpclient with type arguments of type CookieModifier and TypeMethodDescriptionHttpRequestBuilder.setCookies
(Collection<Cookie> cookies) Sets some cookies. -
Uses of Cookie in org.spincast.plugins.httpclient.builders
Methods in org.spincast.plugins.httpclient.builders with parameters of type CookieModifier and TypeMethodDescriptionprotected org.spincast.shaded.org.apache.http.cookie.Cookie
HttpRequestBuilderBase.convertToApacheCookie
(Cookie cookie) Converts a Spincast cookie to an Apache one.Method parameters in org.spincast.plugins.httpclient.builders with type arguments of type Cookie -
Uses of Cookie in org.spincast.plugins.response
Methods in org.spincast.plugins.response that return CookieModifier and TypeMethodDescriptionSpincastResponseRequestContextAddon.createCookie
(String name) SpincastResponseRequestContextAddon.getCookieAdded
(String name) Methods in org.spincast.plugins.response that return types with arguments of type CookieMethods in org.spincast.plugins.response with parameters of type CookieModifier and TypeMethodDescriptionvoid
protected boolean
SpincastResponseRequestContextAddon.validateCookie
(Cookie cookie) -
Uses of Cookie in org.spincast.plugins.undertow
Method parameters in org.spincast.plugins.undertow with type arguments of type CookieModifier and TypeMethodDescriptionvoid
SpincastUndertowServer.addCookies
(Object exchange, Map<String, Cookie> cookies) -
Uses of Cookie in org.spincast.testing.core
Methods in org.spincast.testing.core that return CookieModifier and TypeMethodDescriptionprotected Cookie
AppBasedTestingBase.getPreviousResponseCookie
(String cookieName) Methods in org.spincast.testing.core that return types with arguments of type CookieModifier and TypeMethodDescriptionAppBasedTestingBase.getPreviousResponseCookies()
TheCookie
s returned by the previousHttpResponse
.