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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.jivesoftware.smackx.urldata.http.element.NameValuePairElement
ATTR_NAME, ATTR_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the root element name.intgetPath()inthashCode()booleanisSecure()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:NamedElementReturns the root element name.- Returns:
- the element name.
-
hashCode
-
equals
-