Package com.google.inject.servlet
Class ContinuingHttpServletRequest.ImmutableCookie
- java.lang.Object
-
- javax.servlet.http.Cookie
-
- com.google.inject.servlet.ContinuingHttpServletRequest.ImmutableCookie
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
- Enclosing class:
- ContinuingHttpServletRequest
private static final class ContinuingHttpServletRequest.ImmutableCookie extends javax.servlet.http.Cookie
-
-
Constructor Summary
Constructors Constructor Description ImmutableCookie(javax.servlet.http.Cookie original)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetComment(java.lang.String purpose)voidsetDomain(java.lang.String pattern)voidsetMaxAge(int expiry)voidsetPath(java.lang.String uri)voidsetSecure(boolean flag)voidsetValue(java.lang.String newValue)voidsetVersion(int v)
-
-
-
Method Detail
-
setComment
public void setComment(java.lang.String purpose)
- Overrides:
setCommentin classjavax.servlet.http.Cookie
-
setDomain
public void setDomain(java.lang.String pattern)
- Overrides:
setDomainin classjavax.servlet.http.Cookie
-
setMaxAge
public void setMaxAge(int expiry)
- Overrides:
setMaxAgein classjavax.servlet.http.Cookie
-
setPath
public void setPath(java.lang.String uri)
- Overrides:
setPathin classjavax.servlet.http.Cookie
-
setSecure
public void setSecure(boolean flag)
- Overrides:
setSecurein classjavax.servlet.http.Cookie
-
setValue
public void setValue(java.lang.String newValue)
- Overrides:
setValuein classjavax.servlet.http.Cookie
-
setVersion
public void setVersion(int v)
- Overrides:
setVersionin classjavax.servlet.http.Cookie
-
-