Uses of Class
org.jxmpp.stringprep.XmppStringprepException
Packages that use XmppStringprepException
Package
Description
JXMPP's implementation of
Jid and it's subtypes.Classes representing JID parts (Local-, Resource- and Domainpart).
Utility classes for JIDs.
API to transform (prepare) Strings and CharSequences for use in XMPP.
XMPP Stringprep done by ICU4J.
XMPP Stringprep done by libidn.
XMPP Stringprep done by xmpp.rocks' Precis library.
A simple, but not complete, implementation of XMPP Stringprep.
A framework to test various XMPP specific string preparation libraries.
-
Uses of XmppStringprepException in org.jxmpp.jid.impl
Methods in org.jxmpp.jid.impl that throw XmppStringprepExceptionModifier and TypeMethodDescriptionstatic BareJidJidCreate.bareFrom(CharSequence jid) Get aBareJidrepresenting the given CharSequence.static BareJidGet aBareJidrepresenting the given String.static BareJidJidCreate.bareFrom(String jid, JxmppContext context) Get aBareJidrepresenting the given String.static BareJidJidCreate.bareFromUrlEncoded(CharSequence cs) Get aBareJidfrom an URL encoded CharSequence.static DomainBareJidJidCreate.domainBareFrom(CharSequence jid) Get a domain bare JID.static DomainBareJidJidCreate.domainBareFrom(String jid) Get a domain bare JID.static DomainBareJidJidCreate.domainBareFrom(String jid, JxmppContext context) Get a domain bare JID.static DomainBareJidJidCreate.domainBareFromUrlEncoded(CharSequence cs) Get aDomainBareJidfrom an URL encoded CharSequence.static DomainFullJidJidCreate.domainFullFrom(CharSequence jid) Get a domain full JID from the given CharSequence.static DomainFullJidJidCreate.domainFullFrom(String jid) Get a domain full JID from the given String.static DomainFullJidJidCreate.domainFullFrom(String jid, JxmppContext context) Get a domain full JID from the given String.static DomainFullJidJidCreate.domainFullFromUrlEncoded(CharSequence cs) Get aDomainFullJidfrom an URL encoded CharSequence.static EntityBareJidJidCreate.entityBareFrom(CharSequence jid) Get aEntityBareJidrepresenting the given CharSequence.static EntityBareJidJidCreate.entityBareFrom(CharSequence localpart, Domainpart domain) static EntityBareJidJidCreate.entityBareFrom(String jid) Get aEntityBareJidrepresenting the given String.static EntityBareJidJidCreate.entityBareFrom(String jid, JxmppContext context) Get aEntityBareJidrepresenting the given String.static EntityBareJidJidCreate.entityBareFromUnescaped(CharSequence unescapedJid) Get aEntityBareJidrepresenting the given unescaped CharSequence.static EntityBareJidJidCreate.entityBareFromUnescaped(String unescapedJidString) Get aEntityBareJidrepresenting the given unescaped String.static EntityBareJidJidCreate.entityBareFromUnescaped(String unescapedJidString, JxmppContext context) Get aEntityBareJidrepresenting the given unescaped String.static EntityBareJidJidCreate.entityBareFromUrlEncoded(CharSequence cs) Get aEntityBareJidfrom an URL encoded CharSequence.static EntityJidJidCreate.entityFrom(CharSequence jid) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFrom(String jidString) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFrom(String jidString, JxmppContext context) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFromUnescaped(CharSequence jid) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFromUnescaped(CharSequence jid, JxmppContext context) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFromUnescaped(String jidString) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFromUnescaped(String jidString, JxmppContext context) Get aEntityJidrepresenting the given String.static EntityJidJidCreate.entityFromUrlEncoded(CharSequence cs) Get aEntityJidfrom an URL encoded CharSequence.static EntityFullJidJidCreate.entityFullFrom(CharSequence jid) Get aEntityFullJidrepresenting the given CharSequence.static EntityFullJidJidCreate.entityFullFrom(CharSequence localpart, Domainpart domainpart, CharSequence resource) Get aEntityFullJidconstructed from the given parts.static EntityFullJidJidCreate.entityFullFrom(String localpart, String domainpart, String resource) Get aEntityFullJidconstructed from the given parts.static EntityFullJidJidCreate.entityFullFrom(String localpart, String domainpart, String resource, JxmppContext context) Get aEntityFullJidconstructed from the given parts.static EntityFullJidJidCreate.entityFullFrom(String jid, JxmppContext context) Get aEntityFullJidrepresenting the given String.static EntityFullJidJidCreate.entityFullFromUnescaped(CharSequence unescapedJid) Get aEntityFullJidrepresenting the given unescaped CharSequence.static EntityFullJidJidCreate.entityFullFromUnescaped(String unescapedJidString) Get aEntityFullJidrepresenting the given unescaped String.static EntityFullJidJidCreate.entityFullFromUnescaped(String unescapedJidString, JxmppContext context) Get aEntityFullJidrepresenting the given unescaped String.static EntityFullJidJidCreate.entityFullFromUrlEncoded(CharSequence cs) Get aEntityFullJidfrom an URL encoded CharSequence.static JidJidCreate.from(CharSequence jid) Get aJidfrom a CharSequence.static JidJidCreate.from(CharSequence localpart, CharSequence domainpart, CharSequence resource) Get aJidfrom the given parts.static JidGet aJidfrom the given String.static JidGet aJidfrom the given parts.static JidJidCreate.from(String localpart, String domainpart, String resource, JxmppContext context) Get aJidfrom the given parts.static JidJidCreate.from(String jidString, JxmppContext context) Get aJidfrom the given String.static JidJidCreate.fromUnescaped(CharSequence unescapedJid) Get aJidfrom the given unescaped CharSequence.static JidJidCreate.fromUnescaped(String unescapedJidString) Get aJidfrom the given unescaped String.static JidJidCreate.fromUrlEncoded(CharSequence cs) Get aJidfrom an URL encoded CharSequence.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.fullFromUrlEncoded(CharSequence cs) Get aFullJidfrom an URL encoded CharSequence. -
Uses of XmppStringprepException in org.jxmpp.jid.parts
Methods in org.jxmpp.jid.parts that throw XmppStringprepExceptionModifier and TypeMethodDescriptionprotected static voidPart.assertNotLongerThan1023BytesOrEmpty(String string) static DomainpartGet theDomainpartrepresenting the input String.static DomainpartDomainpart.from(String domain, JxmppContext context) Get theDomainpartrepresenting the input String.static LocalpartGet theLocalpartrepresenting the input String.static LocalpartLocalpart.from(String localpart, JxmppContext context) Get theLocalpartrepresenting the input String.static ResourcepartResourcepart.from(CharSequence resource) Get theResourcepartrepresenting the input String.static ResourcepartGet theResourcepartrepresenting the input String.static ResourcepartResourcepart.from(String resource, JxmppContext context) Get theResourcepartrepresenting the input String.static LocalpartLocalpart.fromUnescaped(CharSequence unescapedLocalpart) Get aLocalpartfrom an unescaped CharSequence.static LocalpartLocalpart.fromUnescaped(String unescapedLocalpart) Get aLocalpartfrom an unescaped String. -
Uses of XmppStringprepException in org.jxmpp.jid.util
Method parameters in org.jxmpp.jid.util with type arguments of type XmppStringprepExceptionModifier and TypeMethodDescriptionstatic voidJidUtil.entityBareJidsFrom(Collection<? extends CharSequence> jidStrings, Collection<? super EntityBareJid> output, List<XmppStringprepException> exceptions) Convert a collection of Strings to a Set ofEntityBareJid's.static voidJidUtil.jidsFrom(Collection<? extends CharSequence> jidStrings, Collection<? super Jid> output, List<XmppStringprepException> exceptions) Convert a collection of Strings to a Set ofJid's.Methods in org.jxmpp.jid.util that throw XmppStringprepExceptionModifier and TypeMethodDescriptionstatic EntityBareJidJidUtil.validateEntityBareJid(CharSequence jidcs) Check if the given CharSequence is a valid entity bare JID.static EntityBareJidJidUtil.validateTypicalEntityBareJid(CharSequence jidcs) Check if the given CharSequence is a typical and valid entity bare JID. -
Uses of XmppStringprepException in org.jxmpp.stringprep
Subclasses of XmppStringprepException in org.jxmpp.stringprepModifier and TypeClassDescriptionstatic classThe input string does not contain a domainpart.Methods in org.jxmpp.stringprep that throw XmppStringprepExceptionModifier and TypeMethodDescriptionXmppStringprep.domainprep(String string) Performs String preparation on the domainpart String of a JID.static StringXmppStringPrepUtil.domainprep(String string) Perform domainprep on the input String.static StringXmppStringPrepUtil.domainprep(String string, JxmppContext context) Perform domainprep on the input String.Performs String preparation on the localpart String of a JID.static StringPerform localprep on the input String.static StringXmppStringPrepUtil.localprep(String string, JxmppContext context) Perform localprep on the input String.XmppStringprep.resourceprep(String string) Performs String preparation on the resourcepart String of a JID.static StringXmppStringPrepUtil.resourceprep(String string) Perform resourceprep on the input String.static StringXmppStringPrepUtil.resourceprep(String string, JxmppContext context) Perform resourceprep on the input String. -
Uses of XmppStringprepException in org.jxmpp.stringprep.icu4j
Methods in org.jxmpp.stringprep.icu4j that throw XmppStringprepExceptionModifier and TypeMethodDescriptionIcu4jXmppStringprep.domainprep(String string) Icu4jXmppStringprep.resourceprep(String string) -
Uses of XmppStringprepException in org.jxmpp.stringprep.libidn
Methods in org.jxmpp.stringprep.libidn that throw XmppStringprepExceptionModifier and TypeMethodDescriptionLibIdnXmppStringprep.domainprep(String string) LibIdnXmppStringprep.resourceprep(String string) -
Uses of XmppStringprepException in org.jxmpp.stringprep.rocksxmppprecis
Methods in org.jxmpp.stringprep.rocksxmppprecis that throw XmppStringprepExceptionModifier and TypeMethodDescriptionRocksXmppPrecisStringprep.domainprep(String string) RocksXmppPrecisStringprep.resourceprep(String string) -
Uses of XmppStringprepException in org.jxmpp.stringprep.simple
Methods in org.jxmpp.stringprep.simple that throw XmppStringprepExceptionModifier and TypeMethodDescriptionSimpleXmppStringprep.domainprep(String string) static voidSimpleXmppStringprep.ensureLocalpartDoesNotIncludeFurtherExcludedCharacters(String localpart) Ensure that the input string does not contain any of the further excluded characters of XMPP localparts.SimpleXmppStringprep.resourceprep(String string) -
Uses of XmppStringprepException in org.jxmpp.strings.testframework
Fields in org.jxmpp.strings.testframework declared as XmppStringprepExceptionModifier and TypeFieldDescriptionfinal XmppStringprepExceptionInvalidJidTestresult.Successful.xmppStringprepExceptionfinal XmppStringprepExceptionValidJidTestresult.FailedBecauseException.xmppStringprepExceptionConstructors in org.jxmpp.strings.testframework with parameters of type XmppStringprepExceptionModifierConstructorDescriptionprotectedFailedBecauseException(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, XmppStringprepException xmppStringprepException) protectedSuccessful(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, InvalidJid invalidJid, XmppStringprepException xmppStringprepException)