Uses of Interface
colesico.framework.http.HttpCookie
Packages that use HttpCookie
-
Uses of HttpCookie in colesico.framework.http
Methods in colesico.framework.http that return HttpCookieModifier and TypeMethodDescriptionHttpCookie.setExpires(Date expires) HttpCookie.setHttpOnly(Boolean httpOnly) HttpCookie.setSameSite(HttpCookie.SameSite sameSite) Methods in colesico.framework.http that return types with arguments of type HttpCookieMethods in colesico.framework.http with parameters of type HttpCookie -
Uses of HttpCookie in colesico.framework.http.assist
Method parameters in colesico.framework.http.assist with type arguments of type HttpCookieModifier and TypeMethodDescriptionstatic voidHttpUtils.setCookies(HttpResponse response, Set<HttpCookie> cookies)