Uses of Interface
org.jxmpp.jid.FullJid
Packages that use FullJid
Package
Description
Interfaces and classes for XMPP Addresses (JIDs).
JXMPP's implementation of
Jid and it's subtypes.-
Uses of FullJid in org.jxmpp.jid
Subinterfaces of FullJid in org.jxmpp.jidModifier and TypeInterfaceDescriptioninterfaceAn XMPP address (JID) consisting of a domainpart and a resourcepart.interfaceAn XMPP address (JID) consisting of a localpart, domainpart and resourcepart.Methods in org.jxmpp.jid that return FullJidModifier and TypeMethodDescriptionJid.asFullJidIfPossible()Convert this Jid to aFullJidif possible. -
Uses of FullJid in org.jxmpp.jid.impl
Classes in org.jxmpp.jid.impl that implement FullJidModifier and TypeClassDescriptionfinal classRFC6122 2.4 allows JIDs with only a domain and resource part.final classMethods in org.jxmpp.jid.impl that return FullJidModifier and TypeMethodDescriptionDomainAndResourcepartJid.asFullJidIfPossible()DomainpartJid.asFullJidIfPossible()LocalAndDomainpartJid.asFullJidIfPossible()LocalDomainAndResourcepartJid.asFullJidIfPossible()static FullJidJidCreate.fullFrom(CharSequence jid) Get aFullJidrepresenting the given CharSequence.static FullJidGet aFullJidrepresenting the given String.static FullJidGet aFullJidconstructed from the given parts.static FullJidJidCreate.fullFrom(String localpart, String domainpart, String resource, JxmppContext context) Get aFullJidconstructed from the given parts.static FullJidJidCreate.fullFrom(String jid, JxmppContext context) Get aFullJidrepresenting the given String.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.static FullJidJidCreate.fullFromOrNull(CharSequence cs) static FullJidJidCreate.fullFromOrThrowUnchecked(CharSequence cs) LikeJidCreate.fullFrom(CharSequence)but does throw an uncheckedIllegalArgumentExceptioninstead of aXmppStringprepException.static FullJidJidCreate.fullFromUrlEncoded(CharSequence cs) Get aFullJidfrom an URL encoded CharSequence.