Class HttpClientRequestCookie

    • Constructor Detail

      • HttpClientRequestCookie

        protected HttpClientRequestCookie​(String domain,
                                          String field,
                                          String value)
    • Method Detail

      • getDomain

        public String getDomain()
        Get the domain for which the cookie was set.
        Returns:
        The domain for which the cookie was set.
      • getField

        public String getField()
        Get the field of the cookie.
        Returns:
        The field of the cookie.
      • getValue

        public String getValue()
        Get the value of the cookie.
        Returns:
        The value of the cookie.