Uses of Class
org.jivesoftware.smackx.urldata.http.element.AuthParamElement
-
Packages that use AuthParamElement Package Description org.jivesoftware.smackx.urldata.http.element Element classes for XEP-0104. -
-
Uses of AuthParamElement in org.jivesoftware.smackx.urldata.http.element
Methods in org.jivesoftware.smackx.urldata.http.element that return AuthParamElement Modifier and Type Method Description AuthParamElementHttpAuthElement. getParam(String name)static AuthParamElementAuthParamElement. password(String password)static AuthParamElementAuthParamElement. realm(String realm)static AuthParamElementAuthParamElement. username(String username)Methods in org.jivesoftware.smackx.urldata.http.element that return types with arguments of type AuthParamElement Modifier and Type Method Description List<AuthParamElement>HttpAuthElement. getParams()Constructor parameters in org.jivesoftware.smackx.urldata.http.element with type arguments of type AuthParamElement Constructor Description HttpAuthElement(String scheme, List<AuthParamElement> params)
-