Interface HttpRequestCookie


  • public interface HttpRequestCookie

    Cookie on the HttpRequest.

    As per RFC-6265.

    Author:
    Daniel Sagenschneider
    • Method Detail

      • getName

        java.lang.String getName()
        Obtains the name.
        Returns:
        Name.
      • getValue

        java.lang.String getValue()
        Obtains the value.
        Returns:
        Value.