Uses of Record Class
dev.voidframework.web.http.Cookie
Packages that use Cookie
-
Uses of Cookie in dev.voidframework.web.http
Methods in dev.voidframework.web.http that return CookieModifier and TypeMethodDescriptionReturn a cookie.static CookieBuild a new Cookie.static CookieBuild a new Cookie.static CookieBuild a new Cookie.Methods in dev.voidframework.web.http that return types with arguments of type CookieMethods in dev.voidframework.web.http with parameters of type CookieModifier and TypeMethodDescriptionResult.withCookie(Cookie cookie) Assigns a new cookie.Result.withoutCookie(Cookie cookie) Removes a cookie. -
Uses of Cookie in dev.voidframework.web.server
Methods in dev.voidframework.web.server that return Cookie