Class AuthParamElement
java.lang.Object
org.jivesoftware.smackx.urldata.http.element.NameValuePairElement
org.jivesoftware.smackx.urldata.http.element.AuthParamElement
- 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 StringFields inherited from class org.jivesoftware.smackx.urldata.http.element.NameValuePairElement
ATTR_NAME, ATTR_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static AuthParamElementstatic AuthParamElementorg.jivesoftware.smack.util.XmlStringBuildertoXML(org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment) static AuthParamElementMethods 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:
-
NAME_REALM
- See Also:
-
NAME_USERNAME
- See Also:
-
NAME_PASSWORD
- See Also:
-
-
Constructor Details
-
AuthParamElement
-
-
Method Details