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 ofJid
and it's subtypes. -
-
Uses of EntityJid in org.jxmpp.jid
Subinterfaces of EntityJid in org.jxmpp.jid Modifier and Type Interface Description interface
EntityBareJid
An XMPP address (JID) consisting of a localpart and a domainpart.interface
EntityFullJid
An XMPP address (JID) consisting of a localpart, domainpart and resourcepart.Methods in org.jxmpp.jid that return EntityJid Modifier and Type Method Description EntityJid
Jid. asEntityJidIfPossible()
Convert this Jid to aEntityJid
if possible.EntityJid
Jid. asEntityJidOrThrow()
Convert this Jid to aEntityJid
or throw anIllegalStateException
if 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 class
LocalAndDomainpartJid
class
LocalDomainAndResourcepartJid
-