Class OperaCookie
- java.lang.Object
-
- ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.containers.OperaCookie
-
public class OperaCookie extends Object
OperaCookie
-
-
Constructor Summary
Constructors Constructor Description OperaCookie()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()StringgetCommentURL()StringgetDomain()Returns the domainlonggetExpires()longgetLastUsed()StringgetName()StringgetPath()Returns the pathStringgetPortList()StringgetRecvDomain()StringgetRecvPath()StringgetValue()intgetVersion()Returns the versionbooleanisAuthenticate()Returns the authenticatebooleanisDeleteProtected()Returns the deleteProtectedbooleanisPassword()booleanisPrefixed()booleanisSecure()booleanisServer()booleanisThirdParty()voidsetAuthenticate(boolean authenticate)Sets the authenticatevoidsetComment(String comment)voidsetCommentURL(String commentURL)voidsetDeleteProtected(boolean deleteProtected)Sets the deleteProtectedvoidsetDomain(String domain)Sets the domainvoidsetExpires(long expires)voidsetLastUsed(long lastUsed)voidsetName(String name)voidsetPassword(boolean password)voidsetPath(String path)Sets the pathvoidsetPortList(String portList)voidsetPrefixed(boolean prefixed)voidsetRecvDomain(String recvDomain)voidsetRecvPath(String recvPath)voidsetSecure(boolean secure)voidsetServer(boolean server)voidsetThirdParty(boolean thirdParty)voidsetValue(String value)voidsetVersion(int version)Sets the versionStringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name- the name to set
-
getValue
public String getValue()
- Returns:
- the value
-
setValue
public void setValue(String value)
- Parameters:
value- the value to set
-
getComment
public String getComment()
- Returns:
- the comment
-
setComment
public void setComment(String comment)
- Parameters:
comment- the comment to set
-
getCommentURL
public String getCommentURL()
- Returns:
- the commentURL
-
setCommentURL
public void setCommentURL(String commentURL)
- Parameters:
commentURL- the commentURL to set
-
getRecvDomain
public String getRecvDomain()
- Returns:
- the recvDomain
-
setRecvDomain
public void setRecvDomain(String recvDomain)
- Parameters:
recvDomain- the recvDomain to set
-
getRecvPath
public String getRecvPath()
- Returns:
- the recvPath
-
setRecvPath
public void setRecvPath(String recvPath)
- Parameters:
recvPath- the recvPath to set
-
getPortList
public String getPortList()
- Returns:
- the portList
-
setPortList
public void setPortList(String portList)
- Parameters:
portList- the portList to set
-
getVersion
public int getVersion()
Returns the version- Returns:
- version
-
setVersion
public void setVersion(int version)
Sets the version- Parameters:
version- version
-
isAuthenticate
public boolean isAuthenticate()
Returns the authenticate- Returns:
- authenticate
-
setAuthenticate
public void setAuthenticate(boolean authenticate)
Sets the authenticate- Parameters:
authenticate- authenticate
-
isServer
public boolean isServer()
- Returns:
- the server
-
setServer
public void setServer(boolean server)
- Parameters:
server- the server to set
-
isSecure
public boolean isSecure()
- Returns:
- the secure
-
setSecure
public void setSecure(boolean secure)
- Parameters:
secure- the secure to set
-
isDeleteProtected
public boolean isDeleteProtected()
Returns the deleteProtected- Returns:
- deleteProtected
-
setDeleteProtected
public void setDeleteProtected(boolean deleteProtected)
Sets the deleteProtected- Parameters:
deleteProtected- deleteProtected
-
isThirdParty
public boolean isThirdParty()
- Returns:
- the thirdParty
-
setThirdParty
public void setThirdParty(boolean thirdParty)
- Parameters:
thirdParty- the thirdParty to set
-
isPassword
public boolean isPassword()
- Returns:
- the password
-
setPassword
public void setPassword(boolean password)
- Parameters:
password- the password to set
-
isPrefixed
public boolean isPrefixed()
- Returns:
- the prefixed
-
setPrefixed
public void setPrefixed(boolean prefixed)
- Parameters:
prefixed- the prefixed to set
-
getExpires
public long getExpires()
- Returns:
- the expires
-
setExpires
public void setExpires(long expires)
- Parameters:
expires- the expires to set
-
getLastUsed
public long getLastUsed()
- Returns:
- the lastUsed
-
setLastUsed
public void setLastUsed(long lastUsed)
- Parameters:
lastUsed- the lastUsed to set
-
getDomain
public String getDomain()
Returns the domain- Returns:
- domain
-
setDomain
public void setDomain(String domain)
Sets the domain- Parameters:
domain- domain
-
getPath
public String getPath()
Returns the path- Returns:
- path
-
setPath
public void setPath(String path)
Sets the path- Parameters:
path- path
-
-