Interface CookieParser.Handler

All Known Implementing Classes:
Cookies
Enclosing interface:
CookieParser

public static interface CookieParser.Handler
The handler of parsed cookies.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addCookie(String name, String value, int version, String domain, String path, String comment)