Uses of Class
org.eclipse.jetty.http.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
-
Uses of HttpCookie in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionvoid
Response.addCookie
(HttpCookie cookie) void
Response.replaceCookie
(HttpCookie cookie) Replace (or add) a cookie. -
Uses of HttpCookie in org.eclipse.jetty.server.session
Modifier and TypeMethodDescriptionSessionHandler.access
(jakarta.servlet.http.HttpSession session, boolean secure) Called by theSessionHandler
when a session is first accessed by a request.SessionHandler.getSessionCookie
(jakarta.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: "...