com.caucho.server.session
Class CookieImpl

java.lang.Object
  extended by javax.servlet.http.Cookie
      extended by com.caucho.server.session.CookieImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class CookieImpl
extends Cookie

Extends the cookie.

See Also:
Serialized Form

Constructor Summary
CookieImpl(java.lang.String name, java.lang.String value)
          Create a new cookie object.
 
Method Summary
 java.lang.String getPort()
          Returns the allowed ports.
 void setPort(java.lang.String port)
          Sets the allowed ports.
 
Methods inherited from class javax.servlet.http.Cookie
clone, getComment, getDomain, getMaxAge, getName, getPath, getSecure, getValue, getVersion, isHttpOnly, setComment, setDomain, setHttpOnly, setMaxAge, setPath, setSecure, setValue, setVersion, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CookieImpl

public CookieImpl(java.lang.String name,
                  java.lang.String value)
Create a new cookie object.

Method Detail

getPort

public java.lang.String getPort()
Returns the allowed ports.


setPort

public void setPort(java.lang.String port)
Sets the allowed ports.