Uses of Class
io.undertow.server.CookieStore
Packages that use CookieStore
-
Uses of CookieStore in io.undertow.server
Methods in io.undertow.server that return CookieStoreModifier and TypeMethodDescriptionAdds a cookie to the store. -
Uses of CookieStore in io.undertow.util
Methods in io.undertow.util with parameters of type CookieStoreModifier and TypeMethodDescriptionstatic voidCookies.parseCookie(String cookie, CookieStore parsedCookies, int maxCookies, boolean allowEqualInValue, boolean commaIsSeperator, boolean allowHttpSepartorsV0, boolean rfc6265ParsingDisabled) static voidCookies.parseRequestCookies(int maxCookies, boolean allowEqualInValue, List<String> cookies, CookieStore parsedCookies)