Package 

Class Cookie

  • All Implemented Interfaces:
    ai.cheq.sst.android.core.storage.Identifiable

    
    public final class Cookie
     implements Identifiable
                        

    A cookie object represents information about an HTTP cookie.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
      private final String value
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final String getValue()
      String id() Returns the unique identifier of the object.
      • Methods inherited from class java.lang.Object

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