Uses of Enum Class
io.fluxzero.sdk.web.CookieValueConflictPolicy
Packages that use CookieValueConflictPolicy
-
Uses of CookieValueConflictPolicy in io.fluxzero.sdk.web
Subclasses with type arguments of type CookieValueConflictPolicy in io.fluxzero.sdk.webModifier and TypeClassDescriptionenumDetermines howWebRequest.getCookie(String, CookieValueConflictPolicy)handles multiple cookies with the same case-sensitive name.Methods in io.fluxzero.sdk.web that return CookieValueConflictPolicyModifier and TypeMethodDescriptionstatic CookieValueConflictPolicyReturns the enum constant of this class with the specified name.static CookieValueConflictPolicy[]CookieValueConflictPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.fluxzero.sdk.web with parameters of type CookieValueConflictPolicyModifier and TypeMethodDescriptionWebRequest.getCookie(String name, CookieValueConflictPolicy conflictPolicy) Finds a cookie with the given name using the requested conflict policy.