Class HttpAuthElement
java.lang.Object
org.jivesoftware.smackx.urldata.http.element.HttpAuthElement
- All Implemented Interfaces:
Element
,NamedElement
,MetaInformationElement
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpAuthElement
static HttpAuthElement
static HttpAuthElement
boolean
Returns the root element name.int
hashCode()
toXML
(XmlEnvironment xmlEnvironment)
-
Field Details
-
ELEMENT
- See Also:
-
PREFIX
- See Also:
-
ATTR_SCHEME
- See Also:
-
SCHEME_BASIC
- See Also:
-
-
Constructor Details
-
HttpAuthElement
-
-
Method Details
-
basicAuth
-
basicAuth
-
basicAuth
-
getScheme
-
getParams
-
toXML
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getParam
-
hashCode
-
equals
-