Uses of Class
org.jxmpp.jid.parts.Resourcepart
-
Packages that use Resourcepart Package Description org.jxmpp.jid Interfaces and classes for XMPP Addresses (JIDs).org.jxmpp.jid.impl JXMPP's implementation ofJidand it's subtypes.org.jxmpp.jid.parts Classes representing JID parts (Local-, Resource- and Domainpart). -
-
Uses of Resourcepart in org.jxmpp.jid
Methods in org.jxmpp.jid that return Resourcepart Modifier and Type Method Description ResourcepartJid. getResourceOrEmpty()Get the resourcepart of this JID or return the empty resourcepart.ResourcepartJid. getResourceOrNull()Get the resourcepart of this JID or null.ResourcepartJid. getResourceOrThrow()Get the resourcepart of this JID or throw anIllegalStateException.ResourcepartFullJid. getResourcepart()Return theResourcepartof this JID. -
Uses of Resourcepart in org.jxmpp.jid.impl
Methods in org.jxmpp.jid.impl that return Resourcepart Modifier and Type Method Description ResourcepartAbstractJid. getResourceOrEmpty()abstract ResourcepartAbstractJid. getResourceOrNull()ResourcepartDomainAndResourcepartJid. getResourceOrNull()ResourcepartDomainpartJid. getResourceOrNull()ResourcepartLocalAndDomainpartJid. getResourceOrNull()ResourcepartLocalDomainAndResourcepartJid. getResourceOrNull()ResourcepartAbstractJid. getResourceOrThrow()ResourcepartDomainAndResourcepartJid. getResourcepart()ResourcepartLocalDomainAndResourcepartJid. getResourcepart()Methods in org.jxmpp.jid.impl with parameters of type Resourcepart Modifier and Type Method Description static DomainFullJidJidCreate. domainFullFrom(DomainBareJid domainBareJid, Resourcepart resource)Get a domain full JID.static DomainFullJidJidCreate. domainFullFrom(Domainpart domainpart, Resourcepart resource)Get a domain full JID.static EntityFullJidJidCreate. entityFullFrom(EntityBareJid bareJid, Resourcepart resource)static EntityFullJidJidCreate. entityFullFrom(Localpart localpart, DomainBareJid domainBareJid, Resourcepart resource)Get aEntityFullJidconstructed from the given parts.static EntityFullJidJidCreate. entityFullFrom(Localpart localpart, Domainpart domainpart, Resourcepart resource)Get aEntityFullJidconstructed from the given parts.static FullJidJidCreate. fullFrom(BareJid bareJid, Resourcepart resource)static FullJidJidCreate. fullFrom(Localpart localpart, DomainBareJid domainBareJid, Resourcepart resource)Get aFullJidconstructed from the given parts.static FullJidJidCreate. fullFrom(Localpart localpart, Domainpart domainpart, Resourcepart resource)Get aFullJidconstructed from the given parts. -
Uses of Resourcepart in org.jxmpp.jid.parts
Fields in org.jxmpp.jid.parts declared as Resourcepart Modifier and Type Field Description static ResourcepartResourcepart. EMPTYThe empty resource part.Methods in org.jxmpp.jid.parts that return Resourcepart Modifier and Type Method Description static ResourcepartResourcepart. from(String resource)Get theResourcepartrepresenting the input String.static ResourcepartResourcepart. from(String resource, JxmppContext context)Get theResourcepartrepresenting the input String.static ResourcepartResourcepart. fromOrNull(CharSequence cs)static ResourcepartResourcepart. fromOrThrowUnchecked(CharSequence cs)Likefrom(String)but does throw an uncheckedIllegalArgumentExceptioninstead of aXmppStringprepException.
-