Uses of Enum Class
org.eclipse.jetty.http.CookieCompliance.Violation
Packages that use CookieCompliance.Violation
-
Uses of CookieCompliance.Violation in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return CookieCompliance.ViolationModifier and TypeMethodDescriptionstatic CookieCompliance.Violation
Returns the enum constant of this class with the specified name.static CookieCompliance.Violation[]
CookieCompliance.Violation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.http that return types with arguments of type CookieCompliance.ViolationMethods in org.eclipse.jetty.http with parameters of type CookieCompliance.ViolationModifier and TypeMethodDescriptionprotected void
CookieCutter.reportComplianceViolation
(CookieCompliance.Violation violation, String reason) Deprecated.protected void
RFC6265CookieParser.reportComplianceViolation
(CookieCompliance.Violation violation, String reason) Constructor parameters in org.eclipse.jetty.http with type arguments of type CookieCompliance.ViolationModifierConstructorDescriptionCookieCompliance
(String name, Set<CookieCompliance.Violation> violations)