Uses of Interface
org.refcodes.web.RequestCookie
-
-
Uses of RequestCookie in org.refcodes.web
Classes in org.refcodes.web that implement RequestCookie Modifier and Type Class Description classRequestCookieImplImplementation of theRequestCookieinterface.Methods in org.refcodes.web that return RequestCookie Modifier and Type Method Description default RequestCookieRequestHeaderFields. addCookie(String aHttpCookie)Adds an individual server-side cookie to be sent to the client to thisResponseHeaderFieldsinstance.protected RequestCookieRequestHeaderFieldsImpl. createCookie(String aHttpCookie)protected RequestCookieRequestHeaderFieldsImpl. createCookie(String aCookieName, String aValue)Creates a plainCookiewith the given name and value.default RequestCookieRequestCookie. withHttpCookie(String aCookie)Sets the cookie according to the provided HTTP cookie text viaCookie.fromHttpCookie(String).
-