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 void
setComment(java.lang.String purpose)
void
setDomain(java.lang.String pattern)
void
setMaxAge(int expiry)
void
setPath(java.lang.String uri)
void
setSecure(boolean flag)
void
setValue(java.lang.String newValue)
void
setVersion(int v)
-
-
-
Method Detail
-
setComment
public void setComment(java.lang.String purpose)
- Overrides:
setComment
in classjavax.servlet.http.Cookie
-
setDomain
public void setDomain(java.lang.String pattern)
- Overrides:
setDomain
in classjavax.servlet.http.Cookie
-
setMaxAge
public void setMaxAge(int expiry)
- Overrides:
setMaxAge
in classjavax.servlet.http.Cookie
-
setPath
public void setPath(java.lang.String uri)
- Overrides:
setPath
in classjavax.servlet.http.Cookie
-
setSecure
public void setSecure(boolean flag)
- Overrides:
setSecure
in classjavax.servlet.http.Cookie
-
setValue
public void setValue(java.lang.String newValue)
- Overrides:
setValue
in classjavax.servlet.http.Cookie
-
setVersion
public void setVersion(int v)
- Overrides:
setVersion
in classjavax.servlet.http.Cookie
-
-