WOCookieWrapper Class Reference

Inherits org::jboss::netty::handler::codec::http::Cookie.

Collaboration diagram for WOCookieWrapper:

Collaboration graph
[legend]

List of all members.

Public Member Functions

int compareTo (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 (Iterable< Integer > ports)
void setPorts (int...ports)
void setSecure (boolean secure)
void setValue (String value)
void setVersion (int version)
 WOCookieWrapper (WOCookie cookie)

Private Attributes

WOCookie wrapping

Static Private Attributes

static final Logger log = Logger.getLogger(WOCookieWrapper.class)


Detailed Description

Wrapper for WOCookie to pass to Netty HttpResponseEncoder

Author:
ravim

Constructor & Destructor Documentation

WOCookieWrapper ( WOCookie  cookie  ) 


Member Function Documentation

int compareTo ( 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 ( 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]

WOCookie wrapping [private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:31 2012 for Project Wonder by  doxygen 1.5.8