Class DomainAndResourcepartJid

java.lang.Object
org.jxmpp.jid.impl.AbstractJid
org.jxmpp.jid.impl.DomainAndResourcepartJid
All Implemented Interfaces:
Serializable, CharSequence, Comparable<Jid>, DomainFullJid, DomainJid, FullJid, Jid

public final class DomainAndResourcepartJid extends AbstractJid implements DomainFullJid
RFC6122 2.4 allows JIDs with only a domain and resource part.

Note that this implementation does not require an cache for the unescaped string, compared to LocalDomainAndResourcepartJid.

See Also: