Class BasicDomainHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttributeName()  
      boolean match​(Cookie cookie, CookieOrigin origin)
      Matches the given value (property of the destination host where request is being submitted) with the corresponding cookie attribute.
      void parse​(SetCookie cookie, java.lang.String value)
      Parse the given cookie attribute value and update the corresponding Cookie property.
      void validate​(Cookie cookie, CookieOrigin origin)
      Peforms cookie validation for the given attribute value.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait