Uses of Class
io.muserver.Cookie
-
Packages that use Cookie Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of Cookie in io.muserver
Methods in io.muserver that return Cookie Modifier and Type Method Description CookieCookieBuilder. build()Methods in io.muserver that return types with arguments of type Cookie Modifier and Type Method Description java.util.List<Cookie>MuRequest. cookies()Gets all the client-sent cookiesMethods in io.muserver with parameters of type Cookie Modifier and Type Method Description voidMuResponse. addCookie(Cookie cookie)Sends a cookie to the client.
-