Uses of Class
org.eclipse.jetty.http.HttpCookie
Packages that use HttpCookie
Package
Description
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
Jetty Server : Session Management Implementations
-
Uses of HttpCookie in org.eclipse.jetty.http
Fields in org.eclipse.jetty.http declared as HttpCookieModifier and TypeFieldDescription(package private) final HttpCookieHttpCookie.SetCookieHttpField._cookieMethods in org.eclipse.jetty.http that return HttpCookieConstructors in org.eclipse.jetty.http with parameters of type HttpCookie -
Uses of HttpCookie in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HttpCookieModifier and TypeMethodDescriptionprivate HttpCookieResponse.checkSameSite(HttpCookie cookie) Check that samesite is set on the cookie.Methods in org.eclipse.jetty.server with parameters of type HttpCookieModifier and TypeMethodDescriptionvoidResponse.addCookie(HttpCookie cookie) private HttpCookieResponse.checkSameSite(HttpCookie cookie) Check that samesite is set on the cookie.voidResponse.replaceCookie(HttpCookie cookie) Replace (or add) a cookie. -
Uses of HttpCookie in org.eclipse.jetty.server.session
Methods in org.eclipse.jetty.server.session that return HttpCookieModifier and TypeMethodDescriptionSessionHandler.access(javax.servlet.http.HttpSession session, boolean secure) Called by theSessionHandlerwhen a session is first accessed by a request.SessionHandler.getSessionCookie(javax.servlet.http.HttpSession session, String contextPath, boolean requestIsSecure) A session cookie is marked as secure IFF any of the following conditions are true: SessionCookieConfig.setSecure == true SessionCookieConfig.setSecure == false && _secureRequestOnly==true && request is HTTPS According to SessionCookieConfig javadoc, case 1 can be used when: "...