| Package | Description | 
|---|---|
| org.jxmpp.jid | 
 Interfaces and classes for XMPP Addresses (JIDs). 
 | 
| org.jxmpp.jid.impl | 
 JXMPP's implementation of  
Jid and it's subtypes. | 
| Modifier and Type | Interface and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EntityJid | 
Jid.asEntityJidIfPossible()
Convert this Jid to a  
EntityJid if possible. | 
EntityJid | 
Jid.asEntityJidOrThrow()
Convert this Jid to a  
EntityJid or throw an IllegalStateException if this is not possible. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalAndDomainpartJid  | 
class  | 
LocalDomainAndResourcepartJid  |