play.mvc
Class Http.Cookie

java.lang.Object
  extended by play.mvc.Http.Cookie
All Implemented Interfaces:
Serializable
Enclosing class:
Http

public static class Http.Cookie
extends Object
implements Serializable

An HTTP Cookie

See Also:
Serialized Form

Field Summary
 String domain
          Cookie domain
 Integer maxAge
          Cookie max-age
 String name
          Cookie name
 String path
          Cookie path
 boolean secure
          for HTTPS ?
 boolean sendOnError
          Don't use
 String value
          Cookie value
 
Constructor Summary
Http.Cookie()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
Cookie name


domain

public String domain
Cookie domain


path

public String path
Cookie path


secure

public boolean secure
for HTTPS ?


value

public String value
Cookie value


maxAge

public Integer maxAge
Cookie max-age


sendOnError

public boolean sendOnError
Don't use

Constructor Detail

Http.Cookie

public Http.Cookie()


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly