Uses of Class
ninja.Cookie
-
Packages that use Cookie Package Description ninja ninja.utils -
-
Uses of Cookie in ninja
Methods in ninja that return Cookie Modifier and Type Method Description Cookie
Cookie.Builder. build()
Cookie
Context. getCookie(String cookieName)
Get cookie from context.Cookie
Result. getCookie(String cookieName)
Returns cookie with that name or null.Cookie
WrappedContext. getCookie(String cookieName)
Methods in ninja that return types with arguments of type Cookie Modifier and Type Method Description List<Cookie>
Context. getCookies()
Get all cookies from the context.List<Cookie>
Result. getCookies()
List<Cookie>
WrappedContext. getCookies()
Methods in ninja with parameters of type Cookie Modifier and Type Method Description void
Context. addCookie(Cookie cookie)
Adds a cookie to the responseResult
Result. addCookie(Cookie cookie)
void
WrappedContext. addCookie(Cookie cookie)
static Cookie.Builder
Cookie. builder(Cookie like)
void
Context. unsetCookie(Cookie cookie)
Removes a cookie from the responsevoid
WrappedContext. unsetCookie(Cookie cookie)
-
Uses of Cookie in ninja.utils
Methods in ninja.utils with parameters of type Cookie Modifier and Type Method Description void
AbstractContext. unsetCookie(Cookie cookie)
-