Uses of Class
org.jivesoftware.smack.altconnections.HttpLookupMethod.LinkRelation
-
Packages that use HttpLookupMethod.LinkRelation Package Description org.jivesoftware.smack.altconnections Smack's API for XEP-0156: Discovering Alternative XMPP Connection Methods. -
-
Uses of HttpLookupMethod.LinkRelation in org.jivesoftware.smack.altconnections
Methods in org.jivesoftware.smack.altconnections that return HttpLookupMethod.LinkRelation Modifier and Type Method Description static HttpLookupMethod.LinkRelationHttpLookupMethod.LinkRelation. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpLookupMethod.LinkRelation[]HttpLookupMethod.LinkRelation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smack.altconnections with parameters of type HttpLookupMethod.LinkRelation Modifier and Type Method Description static List<URI>HttpLookupMethod. lookup(DomainBareJid xmppServiceAddress, HttpLookupMethod.LinkRelation relation)Get remote endpoints for the given LinkRelation from host.static List<URI>HttpLookupMethod. parseXrdLinkReferencesFor(XmlPullParser parser, HttpLookupMethod.LinkRelation relation)Get remote endpoints for the provided LinkRelation from provided XmlPullParser.
-