|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.slamd.common.http.util.ByteCookie
| Constructor Summary | |
ByteCookie()
Creates a new instance of Cookie |
|
| Method Summary | |
java.lang.String |
cookieForServer()
|
byte[] |
getDomain()
Getter for property domain. |
byte[] |
getExpires()
Getter for property expires. |
byte[] |
getName()
Getter for property name. |
byte[] |
getPath()
Getter for property path. |
byte[] |
getServer()
Getter for property server. |
byte[] |
getValue()
Getter for property value. |
boolean |
isSecure()
Getter for property isSecure. |
void |
setDomain(byte[] domain)
Setter for property domain. |
void |
setExpires(byte[] expires)
Setter for property expires. |
void |
setIsSecure(boolean isSecure)
Setter for property isSecure. |
void |
setName(byte[] name)
Setter for property name. |
void |
setPath(byte[] path)
Setter for property path. |
void |
setServer(byte[] server)
Setter for property server. |
void |
setValue(byte[] value)
Setter for property value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ByteCookie()
| Method Detail |
public byte[] getName()
public void setName(byte[] name)
name - New value of property name.public byte[] getValue()
public void setValue(byte[] value)
value - New value of property value.public byte[] getDomain()
public void setDomain(byte[] domain)
domain - New value of property domain.public byte[] getPath()
public void setPath(byte[] path)
path - New value of property path.public boolean isSecure()
public void setIsSecure(boolean isSecure)
isSecure - New value of property isSecure.public byte[] getExpires()
public void setExpires(byte[] expires)
expires - New value of property expires.public java.lang.String toString()
public java.lang.String cookieForServer()
public byte[] getServer()
public void setServer(byte[] server)
server - New value of property server.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||