Groovy Documentation

de.matrixweb.harhar.model
[Groovy] Class Cookie

java.lang.Object
  de.matrixweb.harhar.model.Cookie
All Implemented Interfaces:
Serializable

class Cookie
extends Object

Authors:
marwol


Property Summary
String expires

boolean httpOnly

String name

String path

boolean secure

String value

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

expires

String expires


httpOnly

boolean httpOnly


name

String name


path

String path


secure

boolean secure


value

String value


 

Groovy Documentation