WOCookieWrapper Class Reference
Inherits org::jboss::netty::handler::codec::http::Cookie.
List of all members.
Detailed Description
Wrapper for WOCookie to pass to Netty HttpResponseEncoder
- Author:
- ravim
Constructor & Destructor Documentation
Member Function Documentation
| int compareTo |
( |
Cookie |
o |
) |
|
| Set<Integer> getPorts |
( |
|
) |
|
| 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 setPorts |
( |
Iterable< Integer > |
ports |
) |
|
| void setPorts |
( |
int... |
ports |
) |
|
| void setSecure |
( |
boolean |
secure |
) |
|
| void setValue |
( |
String |
value |
) |
|
| void setVersion |
( |
int |
version |
) |
|
Member Data Documentation
final Logger log = Logger.getLogger(WOCookieWrapper.class) [static, private] |
The documentation for this class was generated from the following file:
- /opt/source/Wonder/Frameworks/WOAdaptors/ERWOAdaptor/Sources/com/webobjects/appserver/WOCookieWrapper.java