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 CookieCookie.Builder. build()CookieContext. getCookie(String cookieName)Get cookie from context.CookieResult. getCookie(String cookieName)Returns cookie with that name or null.CookieWrappedContext. 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 voidContext. addCookie(Cookie cookie)Adds a cookie to the responseResultResult. addCookie(Cookie cookie)voidWrappedContext. addCookie(Cookie cookie)static Cookie.BuilderCookie. builder(Cookie like)voidContext. unsetCookie(Cookie cookie)Removes a cookie from the responsevoidWrappedContext. unsetCookie(Cookie cookie) -
Uses of Cookie in ninja.utils
Methods in ninja.utils with parameters of type Cookie Modifier and Type Method Description voidAbstractContext. unsetCookie(Cookie cookie)
-