CookieAttributeHandlerpublic interface CookieAttributeHandler Ths interface represents a cookie attribute handler responsible
for parsing, validating, and matching a specific cookie attribute,
such as path, domain, port, etc.
Different cookie specifications can provide a specific
implementation for this class based on their cookie handling
rules. |
|