Package org.eclipse.jetty.http
Class RFC6265CookieParser
java.lang.Object
org.eclipse.jetty.http.RFC6265CookieParser
- All Implemented Interfaces:
CookieParser
Cookie parser
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.http.CookieParser
CookieParser.Handler, CookieParser.InvalidCookieException
-
Constructor Summary
ModifierConstructorDescriptionprotected
RFC6265CookieParser
(CookieParser.Handler handler, CookieCompliance compliance, ComplianceViolation.Listener complianceListener) -
Method Summary
Modifier and TypeMethodDescriptionvoid
parseField
(String field) protected void
reportComplianceViolation
(CookieCompliance.Violation violation, String reason) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.http.CookieParser
parseFields
-
Constructor Details
-
RFC6265CookieParser
protected RFC6265CookieParser(CookieParser.Handler handler, CookieCompliance compliance, ComplianceViolation.Listener complianceListener)
-
-
Method Details
-
parseField
- Specified by:
parseField
in interfaceCookieParser
-
reportComplianceViolation
-