Class CookieElement
java.lang.Object
org.jivesoftware.smackx.urldata.http.element.NameValuePairElement
org.jivesoftware.smackx.urldata.http.element.CookieElement
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.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
Methods inherited from class org.jivesoftware.smackx.urldata.http.element.NameValuePairElement
addCommonXml, getName, getValueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.Element
toXML, toXML
-
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
public int getMaxAge() -
getDomain
-
getComment
-
getVersion
-
isSecure
public boolean isSecure() -
toXML
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) -
getElementName
-
hashCode
public int hashCode() -
equals
-