Interface ICookieManager

All Known Implementing Classes:
AbstractWebClient, WebClient

public interface ICookieManager
Author:
Silvan Wyss
  • Method Details

    • deleteCookieByName

      void deleteCookieByName(String name)
    • getOptionalCookieValueByCookieName

      Optional<String> getOptionalCookieValueByCookieName(String cookieName)
    • setOrAddCookieWithNameAndValue

      void setOrAddCookieWithNameAndValue(String name, String value)