Class CookieElement
java.lang.Object
org.jivesoftware.smackx.urldata.http.element.NameValuePairElement
org.jivesoftware.smackx.urldata.http.element.CookieElement
- All Implemented Interfaces:
Element
,NamedElement
,MetaInformationElement
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.jivesoftware.smackx.urldata.http.element.NameValuePairElement
ATTR_NAME, ATTR_VALUE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the root element name.int
getPath()
int
hashCode()
boolean
isSecure()
toXML
(XmlEnvironment xmlEnvironment) Methods inherited from class org.jivesoftware.smackx.urldata.http.element.NameValuePairElement
addCommonXml, getName, getValue
-
Field Details
-
ELEMENT
- See Also:
-
PREFIX
- See Also:
-
ATTR_DOMAIN
- See Also:
-
ATTR_MAX_AGE
- See Also:
-
ATTR_PATH
- See Also:
-
ATTR_COMMENT
- See Also:
-
ATTR_VERSION
- See Also:
-
ATTR_SECURE
- See Also:
-
-
Constructor Details
-
CookieElement
-
CookieElement
-
-
Method Details
-
getPath
-
getMaxAge
-
getDomain
-
getComment
-
getVersion
-
isSecure
-
toXML
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Returns:
- the element name.
-
hashCode
-
equals
-