java.lang.Object
io.sf.carte.doc.agent.DefaultCookie
- All Implemented Interfaces:
Cookie
,Serializable
,Cloneable
@Deprecated(forRemoval=true)
public class DefaultCookie
extends Object
implements Cookie, Serializable, Cloneable
Deprecated, for removal: This API element is subject to removal in a future version.
Default Cookie implementation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.DefaultCookie
(String name, String value) Deprecated, for removal: This API element is subject to removal in a future version.DefaultCookie
(String name, String value, long creationTime) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.long
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.long
Deprecated, for removal: This API element is subject to removal in a future version.getName()
Deprecated, for removal: This API element is subject to removal in a future version.getPath()
Deprecated, for removal: This API element is subject to removal in a future version.getValue()
Deprecated, for removal: This API element is subject to removal in a future version.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isSecure()
Deprecated, for removal: This API element is subject to removal in a future version.void
setComment
(String comment) Deprecated, for removal: This API element is subject to removal in a future version.void
setCreationTime
(long time) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
setExpiryTime
(long expiryTime) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DefaultCookie
public DefaultCookie()Deprecated, for removal: This API element is subject to removal in a future version. -
DefaultCookie
Deprecated, for removal: This API element is subject to removal in a future version. -
DefaultCookie
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDomain
Deprecated, for removal: This API element is subject to removal in a future version. -
setDomain
Deprecated, for removal: This API element is subject to removal in a future version. -
getPath
Deprecated, for removal: This API element is subject to removal in a future version. -
setPath
Deprecated, for removal: This API element is subject to removal in a future version. -
getName
Deprecated, for removal: This API element is subject to removal in a future version. -
setName
Deprecated, for removal: This API element is subject to removal in a future version. -
getValue
Deprecated, for removal: This API element is subject to removal in a future version. -
setValue
Deprecated, for removal: This API element is subject to removal in a future version. -
getCreationTime
public long getCreationTime()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getCreationTime
in interfaceCookie
- Returns:
- the creation time
-
setCreationTime
public void setCreationTime(long time) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setCreationTime
in interfaceCookie
-
getExpiryTime
public long getExpiryTime()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getExpiryTime
in interfaceCookie
-
setExpiryTime
public void setExpiryTime(long expiryTime) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setExpiryTime
in interfaceCookie
-
getComment
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getComment
in interfaceCookie
-
setComment
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setComment
in interfaceCookie
-
isSecure
public boolean isSecure()Deprecated, for removal: This API element is subject to removal in a future version. -
setSecure
public void setSecure()Deprecated, for removal: This API element is subject to removal in a future version. -
isPersistent
public boolean isPersistent()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isPersistent
in interfaceCookie
-
setHttpOnly
public void setHttpOnly()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setHttpOnly
in interfaceCookie
-
isHttpOnly
public boolean isHttpOnly()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isHttpOnly
in interfaceCookie
-
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
clone
Deprecated, for removal: This API element is subject to removal in a future version.
-