Package org.jxmpp.jid
Interface DomainFullJid
-
- All Superinterfaces:
CharSequence
,Comparable<Jid>
,DomainJid
,FullJid
,Jid
,Serializable
- All Known Implementing Classes:
DomainAndResourcepartJid
public interface DomainFullJid extends Jid, FullJid, DomainJid
An XMPP address (JID) consisting of a domainpart and a resourcepart. For example "xmpp.org/resource".Examples:
domain.part/resource
example.net/8c6def89
- See Also:
Jid
-
-
Method Summary
-
Methods inherited from interface java.lang.CharSequence
charAt, chars, codePoints, length, subSequence
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.jxmpp.jid.FullJid
getResourcepart
-
Methods inherited from interface org.jxmpp.jid.Jid
asBareJid, asDomainBareJid, asDomainFullJidIfPossible, asDomainFullJidOrThrow, asEntityBareJidIfPossible, asEntityBareJidOrThrow, asEntityFullJidIfPossible, asEntityFullJidOrThrow, asEntityJidIfPossible, asEntityJidOrThrow, asFullJidIfPossible, asFullJidOrThrow, asUnescapedString, asUrlEncodedString, downcast, equals, equals, getDomain, getLocalpartOrNull, getLocalpartOrThrow, getResourceOrEmpty, getResourceOrNull, getResourceOrThrow, hasLocalpart, hasNoResource, hasResource, intern, isDomainBareJid, isDomainFullJid, isEntityBareJid, isEntityFullJid, isEntityJid, isParentOf, isParentOf, isParentOf, isParentOf, isParentOf, toString
-
-