Uses of Interface
org.jxmpp.jid.EntityJid
-
Packages that use EntityJid Package Description org.jxmpp.jid Interfaces and classes for XMPP Addresses (JIDs).org.jxmpp.jid.impl JXMPP's implementation ofJidand it's subtypes. -
-
Uses of EntityJid in org.jxmpp.jid
Subinterfaces of EntityJid in org.jxmpp.jid Modifier and Type Interface Description interfaceEntityBareJidAn XMPP address (JID) consisting of a localpart and a domainpart.interfaceEntityFullJidAn XMPP address (JID) consisting of a localpart, domainpart and resourcepart.Methods in org.jxmpp.jid that return EntityJid Modifier and Type Method Description EntityJidJid. asEntityJidIfPossible()Convert this Jid to aEntityJidif possible.EntityJidJid. asEntityJidOrThrow()Convert this Jid to aEntityJidor throw anIllegalStateExceptionif this is not possible. -
Uses of EntityJid in org.jxmpp.jid.impl
Classes in org.jxmpp.jid.impl that implement EntityJid Modifier and Type Class Description classLocalAndDomainpartJidclassLocalDomainAndResourcepartJid
-