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.Cookie
public java.lang.String getCommentUrl()
getCommentUrl
in interface org.jboss.netty.handler.codec.http.Cookie
public java.lang.String getDomain()
getDomain
in interface org.jboss.netty.handler.codec.http.Cookie
public int getMaxAge()
getMaxAge
in interface org.jboss.netty.handler.codec.http.Cookie
public java.lang.String getName()
getName
in interface org.jboss.netty.handler.codec.http.Cookie
public java.lang.String getPath()
getPath
in interface org.jboss.netty.handler.codec.http.Cookie
public java.util.Set<java.lang.Integer> getPorts()
getPorts
in interface org.jboss.netty.handler.codec.http.Cookie
public java.lang.String getValue()
getValue
in interface org.jboss.netty.handler.codec.http.Cookie
public int getVersion()
getVersion
in interface org.jboss.netty.handler.codec.http.Cookie
public boolean isDiscard()
isDiscard
in interface org.jboss.netty.handler.codec.http.Cookie
public boolean isHttpOnly()
isHttpOnly
in interface org.jboss.netty.handler.codec.http.Cookie
public void setComment(java.lang.String comment)
setComment
in interface org.jboss.netty.handler.codec.http.Cookie
public void setCommentUrl(java.lang.String commentUrl)
setCommentUrl
in interface org.jboss.netty.handler.codec.http.Cookie
public void setDiscard(boolean discard)
setDiscard
in interface org.jboss.netty.handler.codec.http.Cookie
public void setHttpOnly(boolean httpOnly)
setHttpOnly
in interface org.jboss.netty.handler.codec.http.Cookie
public void setMaxAge(int maxAge)
setMaxAge
in interface org.jboss.netty.handler.codec.http.Cookie
public void setPorts(int... ports)
setPorts
in interface org.jboss.netty.handler.codec.http.Cookie
public void setPorts(java.lang.Iterable<java.lang.Integer> ports)
setPorts
in interface org.jboss.netty.handler.codec.http.Cookie
public void setSecure(boolean secure)
setSecure
in interface org.jboss.netty.handler.codec.http.Cookie
public void setVersion(int version)
setVersion
in interface org.jboss.netty.handler.codec.http.Cookie
public 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.Cookie
public void setDomain(java.lang.String domain)
setDomain
in interface org.jboss.netty.handler.codec.http.Cookie
public void setPath(java.lang.String path)
setPath
in interface org.jboss.netty.handler.codec.http.Cookie
public void setValue(java.lang.String value)
setValue
in interface org.jboss.netty.handler.codec.http.Cookie
Copyright © 2002 – 2022 Project Wonder.