Uses of Interface
org.jxmpp.jid.DomainJid
-
Packages that use DomainJid 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 DomainJid in org.jxmpp.jid
Subinterfaces of DomainJid in org.jxmpp.jid Modifier and Type Interface Description interface
DomainBareJid
An XMPP address (JID) consisting of the domainpart.interface
DomainFullJid
An XMPP address (JID) consisting of a domainpart and a resourcepart. -
Uses of DomainJid in org.jxmpp.jid.impl
Classes in org.jxmpp.jid.impl that implement DomainJid Modifier and Type Class Description class
DomainAndResourcepartJid
RFC6122 2.4 allows JIDs with only a domain and resource part.class
DomainpartJid
-