Uses of Class
org.jxmpp.stringprep.XmppStringprepException
-
Packages that use XmppStringprepException Package Description org.jxmpp.jid.impl JXMPP's implementation ofJid
and it's subtypes.org.jxmpp.jid.parts Classes representing JID parts (Local-, Resource- and Domainpart).org.jxmpp.jid.util Utility classes for JIDs.org.jxmpp.stringprep API to transform (prepare) Strings and CharSequences for use in XMPP.org.jxmpp.stringprep.icu4j XMPP Stringprep done by ICU4J.org.jxmpp.stringprep.libidn XMPP Stringprep done by libidn.org.jxmpp.stringprep.rocksxmppprecis XMPP Stringprep done by xmpp.rocks' Precis library.org.jxmpp.stringprep.simple A simple, but not complete, implementation of XMPP Stringprep.org.jxmpp.strings.testframework 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 XmppStringprepException Modifier and Type Method Description static BareJid
JidCreate. bareFrom(CharSequence jid)
Get aBareJid
representing the given CharSequence.static BareJid
JidCreate. bareFrom(String jid)
Get aBareJid
representing the given String.static BareJid
JidCreate. bareFrom(String jid, JxmppContext context)
Get aBareJid
representing the given String.static BareJid
JidCreate. bareFromUrlEncoded(CharSequence cs)
Get aBareJid
from an URL encoded CharSequence.static DomainBareJid
JidCreate. domainBareFrom(CharSequence jid)
Get a domain bare JID.static DomainBareJid
JidCreate. domainBareFrom(String jid)
Get a domain bare JID.static DomainBareJid
JidCreate. domainBareFrom(String jid, JxmppContext context)
Get a domain bare JID.static DomainBareJid
JidCreate. domainBareFromUrlEncoded(CharSequence cs)
Get aDomainBareJid
from an URL encoded CharSequence.static DomainFullJid
JidCreate. domainFullFrom(CharSequence jid)
Get a domain full JID from the given CharSequence.static DomainFullJid
JidCreate. domainFullFrom(String jid)
Get a domain full JID from the given String.static DomainFullJid
JidCreate. domainFullFrom(String jid, JxmppContext context)
Get a domain full JID from the given String.static DomainFullJid
JidCreate. domainFullFromUrlEncoded(CharSequence cs)
Get aDomainFullJid
from an URL encoded CharSequence.static EntityBareJid
JidCreate. entityBareFrom(CharSequence jid)
Get aEntityBareJid
representing the given CharSequence.static EntityBareJid
JidCreate. entityBareFrom(String jid)
Get aEntityBareJid
representing the given String.static EntityBareJid
JidCreate. entityBareFrom(String jid, JxmppContext context)
Get aEntityBareJid
representing the given String.static EntityBareJid
JidCreate. entityBareFromUnescaped(CharSequence unescapedJid)
Get aEntityBareJid
representing the given unescaped CharSequence.static EntityBareJid
JidCreate. entityBareFromUnescaped(String unescapedJidString)
Get aEntityBareJid
representing the given unescaped String.static EntityBareJid
JidCreate. entityBareFromUnescaped(String unescapedJidString, JxmppContext context)
Get aEntityBareJid
representing the given unescaped String.static EntityBareJid
JidCreate. entityBareFromUrlEncoded(CharSequence cs)
Get aEntityBareJid
from an URL encoded CharSequence.static EntityJid
JidCreate. entityFrom(CharSequence jid)
Get aEntityJid
representing the given String.static EntityJid
JidCreate. entityFrom(String jidString)
Get aEntityJid
representing the given String.static EntityJid
JidCreate. entityFromUnescaped(CharSequence jid)
Get aEntityJid
representing the given String.static EntityJid
JidCreate. entityFromUnescaped(String jidString)
Get aEntityJid
representing the given String.static EntityJid
JidCreate. entityFromUrlEncoded(CharSequence cs)
Get aEntityJid
from an URL encoded CharSequence.static EntityFullJid
JidCreate. entityFullFrom(CharSequence jid)
Get aEntityFullJid
representing the given CharSequence.static EntityFullJid
JidCreate. entityFullFrom(String jid)
Get aEntityFullJid
representing the given String.static EntityFullJid
JidCreate. entityFullFrom(String localpart, String domainpart, String resource)
Get aEntityFullJid
constructed from the given parts.static EntityFullJid
JidCreate. entityFullFrom(String localpart, String domainpart, String resource, JxmppContext context)
Get aEntityFullJid
constructed from the given parts.static EntityFullJid
JidCreate. entityFullFromUnescaped(CharSequence unescapedJid)
Get aEntityFullJid
representing the given unescaped CharSequence.static EntityFullJid
JidCreate. entityFullFromUnescaped(String unescapedJidString)
Get aEntityFullJid
representing the given unescaped String.static EntityFullJid
JidCreate. entityFullFromUnescaped(String unescapedJidString, JxmppContext context)
Get aEntityFullJid
representing the given unescaped String.static EntityFullJid
JidCreate. entityFullFromUrlEncoded(CharSequence cs)
Get aEntityFullJid
from an URL encoded CharSequence.static Jid
JidCreate. from(CharSequence jid)
Get aJid
from a CharSequence.static Jid
JidCreate. from(CharSequence localpart, CharSequence domainpart, CharSequence resource)
Get aJid
from the given parts.static Jid
JidCreate. from(String jidString)
Get aJid
from the given String.static Jid
JidCreate. from(String localpart, String domainpart, String resource)
Get aJid
from the given parts.static Jid
JidCreate. from(String localpart, String domainpart, String resource, JxmppContext context)
Get aJid
from the given parts.static Jid
JidCreate. from(String jidString, JxmppContext context)
Get aJid
from the given String.static Jid
JidCreate. fromUnescaped(CharSequence unescapedJid)
Get aJid
from the given unescaped CharSequence.static Jid
JidCreate. fromUnescaped(String unescapedJidString)
Get aJid
from the given unescaped String.static Jid
JidCreate. fromUrlEncoded(CharSequence cs)
Get aJid
from an URL encoded CharSequence.static FullJid
JidCreate. fullFrom(CharSequence jid)
Get aFullJid
representing the given CharSequence.static FullJid
JidCreate. fullFrom(String jid)
Get aFullJid
representing the given String.static FullJid
JidCreate. fullFrom(String localpart, String domainpart, String resource)
Get aFullJid
constructed from the given parts.static FullJid
JidCreate. fullFrom(String localpart, String domainpart, String resource, JxmppContext context)
Get aFullJid
constructed from the given parts.static FullJid
JidCreate. fullFromUrlEncoded(CharSequence cs)
Get aFullJid
from an URL encoded CharSequence. -
Uses of XmppStringprepException in org.jxmpp.jid.parts
Methods in org.jxmpp.jid.parts that throw XmppStringprepException Modifier and Type Method Description protected static void
Part. assertNotLongerThan1023BytesOrEmpty(String string)
static Domainpart
Domainpart. from(String domain)
Get theDomainpart
representing the input String.static Domainpart
Domainpart. from(String domain, JxmppContext context)
Get theDomainpart
representing the input String.static Localpart
Localpart. from(String localpart)
Get theLocalpart
representing the input String.static Localpart
Localpart. from(String localpart, JxmppContext context)
Get theLocalpart
representing the input String.static Resourcepart
Resourcepart. from(String resource)
Get theResourcepart
representing the input String.static Resourcepart
Resourcepart. from(String resource, JxmppContext context)
Get theResourcepart
representing the input String.static Localpart
Localpart. fromUnescaped(CharSequence unescapedLocalpart)
Get aLocalpart
from an unescaped CharSequence.static Localpart
Localpart. fromUnescaped(String unescapedLocalpart)
Get aLocalpart
from an unescaped String. -
Uses of XmppStringprepException in org.jxmpp.jid.util
Method parameters in org.jxmpp.jid.util with type arguments of type XmppStringprepException Modifier and Type Method Description static void
JidUtil. entityBareJidsFrom(Collection<? extends CharSequence> jidStrings, Collection<? super EntityBareJid> output, List<XmppStringprepException> exceptions)
Convert a collection of Strings to a Set ofEntityBareJid
's.static void
JidUtil. 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 XmppStringprepException Modifier and Type Method Description static EntityBareJid
JidUtil. validateEntityBareJid(CharSequence jidcs)
Check if the given CharSequence is a valid entity bare JID.static EntityBareJid
JidUtil. 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.stringprep Modifier and Type Class Description static class
XmppStringprepException.MissingDomainpart
The input string does not contain a domainpart.Methods in org.jxmpp.stringprep that throw XmppStringprepException Modifier and Type Method Description String
XmppStringprep. domainprep(String string)
Performs String preparation on the domainpart String of a JID.static String
XmppStringPrepUtil. domainprep(String string)
Perform domainprep on the input String.static String
XmppStringPrepUtil. domainprep(String string, JxmppContext context)
Perform domainprep on the input String.String
XmppStringprep. localprep(String string)
Performs String preparation on the localpart String of a JID.static String
XmppStringPrepUtil. localprep(String string)
Perform localprep on the input String.static String
XmppStringPrepUtil. localprep(String string, JxmppContext context)
Perform localprep on the input String.String
XmppStringprep. resourceprep(String string)
Performs String preparation on the resourcepart String of a JID.static String
XmppStringPrepUtil. resourceprep(String string)
Perform resourceprep on the input String.static String
XmppStringPrepUtil. 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 XmppStringprepException Modifier and Type Method Description String
Icu4jXmppStringprep. domainprep(String string)
String
Icu4jXmppStringprep. localprep(String string)
String
Icu4jXmppStringprep. resourceprep(String string)
-
Uses of XmppStringprepException in org.jxmpp.stringprep.libidn
Methods in org.jxmpp.stringprep.libidn that throw XmppStringprepException Modifier and Type Method Description String
LibIdnXmppStringprep. domainprep(String string)
String
LibIdnXmppStringprep. localprep(String string)
String
LibIdnXmppStringprep. resourceprep(String string)
-
Uses of XmppStringprepException in org.jxmpp.stringprep.rocksxmppprecis
Methods in org.jxmpp.stringprep.rocksxmppprecis that throw XmppStringprepException Modifier and Type Method Description String
RocksXmppPrecisStringprep. domainprep(String string)
String
RocksXmppPrecisStringprep. localprep(String string)
String
RocksXmppPrecisStringprep. resourceprep(String string)
-
Uses of XmppStringprepException in org.jxmpp.stringprep.simple
Methods in org.jxmpp.stringprep.simple that throw XmppStringprepException Modifier and Type Method Description String
SimpleXmppStringprep. domainprep(String string)
static void
SimpleXmppStringprep. ensureLocalpartDoesNotIncludeFurtherExcludedCharacters(String localpart)
Ensure that the input string does not contain any of the further excluded characters of XMPP localparts.String
SimpleXmppStringprep. localprep(String string)
String
SimpleXmppStringprep. resourceprep(String string)
-
Uses of XmppStringprepException in org.jxmpp.strings.testframework
Fields in org.jxmpp.strings.testframework declared as XmppStringprepException Modifier and Type Field Description XmppStringprepException
InvalidJidTestresult.Successful. xmppStringprepException
XmppStringprepException
ValidJidTestresult.FailedBecauseException. xmppStringprepException
Constructors in org.jxmpp.strings.testframework with parameters of type XmppStringprepException Constructor Description FailedBecauseException(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, XmppStringprepException xmppStringprepException)
Successful(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, InvalidJid invalidJid, XmppStringprepException xmppStringprepException)
-