public class WOCookieWrapper
extends java.lang.Object
implements org.jboss.netty.handler.codec.http.Cookie
| Constructor and Description |
|---|
WOCookieWrapper(WOCookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(org.jboss.netty.handler.codec.http.Cookie o) |
java.lang.String |
getComment() |
java.lang.String |
getCommentUrl() |
java.lang.String |
getDomain() |
int |
getMaxAge() |
java.lang.String |
getName() |
java.lang.String |
getPath() |
java.util.Set<java.lang.Integer> |
getPorts() |
java.lang.String |
getValue() |
int |
getVersion() |
boolean |
isDiscard() |
boolean |
isHttpOnly() |
boolean |
isSecure() |
void |
setComment(java.lang.String comment) |
void |
setCommentUrl(java.lang.String commentUrl) |
void |
setDiscard(boolean discard) |
void |
setDomain(java.lang.String domain) |
void |
setHttpOnly(boolean httpOnly) |
void |
setMaxAge(int maxAge) |
void |
setPath(java.lang.String path) |
void |
setPorts(int... ports) |
void |
setPorts(java.lang.Iterable<java.lang.Integer> ports) |
void |
setSecure(boolean secure) |
void |
setValue(java.lang.String value) |
void |
setVersion(int version) |
public WOCookieWrapper(WOCookie cookie)
public java.lang.String getComment()
getComment in interface org.jboss.netty.handler.codec.http.Cookiepublic java.lang.String getCommentUrl()
getCommentUrl in interface org.jboss.netty.handler.codec.http.Cookiepublic java.lang.String getDomain()
getDomain in interface org.jboss.netty.handler.codec.http.Cookiepublic int getMaxAge()
getMaxAge in interface org.jboss.netty.handler.codec.http.Cookiepublic java.lang.String getName()
getName in interface org.jboss.netty.handler.codec.http.Cookiepublic java.lang.String getPath()
getPath in interface org.jboss.netty.handler.codec.http.Cookiepublic java.util.Set<java.lang.Integer> getPorts()
getPorts in interface org.jboss.netty.handler.codec.http.Cookiepublic java.lang.String getValue()
getValue in interface org.jboss.netty.handler.codec.http.Cookiepublic int getVersion()
getVersion in interface org.jboss.netty.handler.codec.http.Cookiepublic boolean isDiscard()
isDiscard in interface org.jboss.netty.handler.codec.http.Cookiepublic boolean isHttpOnly()
isHttpOnly in interface org.jboss.netty.handler.codec.http.Cookiepublic void setComment(java.lang.String comment)
setComment in interface org.jboss.netty.handler.codec.http.Cookiepublic void setCommentUrl(java.lang.String commentUrl)
setCommentUrl in interface org.jboss.netty.handler.codec.http.Cookiepublic void setDiscard(boolean discard)
setDiscard in interface org.jboss.netty.handler.codec.http.Cookiepublic void setHttpOnly(boolean httpOnly)
setHttpOnly in interface org.jboss.netty.handler.codec.http.Cookiepublic void setMaxAge(int maxAge)
setMaxAge in interface org.jboss.netty.handler.codec.http.Cookiepublic void setPorts(int... ports)
setPorts in interface org.jboss.netty.handler.codec.http.Cookiepublic void setPorts(java.lang.Iterable<java.lang.Integer> ports)
setPorts in interface org.jboss.netty.handler.codec.http.Cookiepublic void setSecure(boolean secure)
setSecure in interface org.jboss.netty.handler.codec.http.Cookiepublic void setVersion(int version)
setVersion in interface org.jboss.netty.handler.codec.http.Cookiepublic int compareTo(org.jboss.netty.handler.codec.http.Cookie o)
compareTo in interface java.lang.Comparable<org.jboss.netty.handler.codec.http.Cookie>public boolean isSecure()
isSecure in interface org.jboss.netty.handler.codec.http.Cookiepublic void setDomain(java.lang.String domain)
setDomain in interface org.jboss.netty.handler.codec.http.Cookiepublic void setPath(java.lang.String path)
setPath in interface org.jboss.netty.handler.codec.http.Cookiepublic void setValue(java.lang.String value)
setValue in interface org.jboss.netty.handler.codec.http.CookieCopyright © 2002 – 2022 Project Wonder.