| 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. | 
| org.jxmpp.jid.parts | 
 Classes representing JID parts (Local-, Resource- and Domainpart). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Domainpart | 
Jid.getDomain()
Get the  
Domainpart of this Jid. | 
| Modifier and Type | Field and Description | 
|---|---|
protected Domainpart | 
DomainpartJid.domain  | 
| Modifier and Type | Method and Description | 
|---|---|
Domainpart | 
LocalDomainAndResourcepartJid.getDomain()  | 
Domainpart | 
DomainAndResourcepartJid.getDomain()  | 
Domainpart | 
DomainpartJid.getDomain()  | 
Domainpart | 
LocalAndDomainpartJid.getDomain()  | 
| Modifier and Type | Method and Description | 
|---|---|
static BareJid | 
JidCreate.bareFrom(Localpart localpart,
        Domainpart domain)
 | 
static DomainBareJid | 
JidCreate.domainBareFrom(Domainpart domainpart)
Get a  
DomainBareJid consisting of the given Domainpart. | 
static DomainFullJid | 
JidCreate.domainFullFrom(Domainpart domainpart,
              Resourcepart resource)
Get a domain full JID. 
 | 
static EntityBareJid | 
JidCreate.entityBareFrom(Localpart localpart,
              Domainpart domain)
 | 
static EntityFullJid | 
JidCreate.entityFullFrom(Localpart localpart,
              Domainpart domainpart,
              Resourcepart resource)
Get a  
EntityFullJid constructed from the given parts. | 
static FullJid | 
JidCreate.fullFrom(Localpart localpart,
        Domainpart domainpart,
        Resourcepart resource)
Get a  
FullJid constructed from the given parts. | 
| Modifier and Type | Method and Description | 
|---|---|
static Domainpart | 
Domainpart.from(String domain)
Get the  
Domainpart representing the input String. | 
static Domainpart | 
Domainpart.fromOrNull(CharSequence cs)
 | 
static Domainpart | 
Domainpart.fromOrThrowUnchecked(CharSequence cs)
Like  
from(String) but does throw an unchecked IllegalArgumentException instead of a
 XmppStringprepException. |