Interface HttpRequestCookie


public interface HttpRequestCookie

Cookie on the HttpRequest.

As per RFC-6265.

Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtains the name.
    Obtains the value.
  • Method Details

    • getName

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

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