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