Uses of Class
org.jxmpp.stringprep.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
Modifier and TypeMethodDescriptionstatic BareJid
JidCreate.bareFrom
(CharSequence jid) Get aBareJid
representing the given CharSequence.static BareJid
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
(CharSequence localpart, Domainpart domain) 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.entityFrom
(String jidString, JxmppContext context) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFromUnescaped
(CharSequence jid) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFromUnescaped
(CharSequence jid, JxmppContext context) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFromUnescaped
(String jidString) Get aEntityJid
representing the given String.static EntityJid
JidCreate.entityFromUnescaped
(String jidString, JxmppContext context) 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
(CharSequence localpart, Domainpart domainpart, CharSequence resource) Get aEntityFullJid
constructed from the given parts.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.entityFullFrom
(String jid, JxmppContext context) Get aEntityFullJid
representing the given String.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
Get aJid
from the given String.static Jid
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
Get aFullJid
representing the given String.static FullJid
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.fullFrom
(String jid, JxmppContext context) Get aFullJid
representing the given String.static FullJid
JidCreate.fullFromUrlEncoded
(CharSequence cs) Get aFullJid
from an URL encoded CharSequence. -
Uses of XmppStringprepException in org.jxmpp.jid.parts
Modifier and TypeMethodDescriptionprotected static void
Part.assertNotLongerThan1023BytesOrEmpty
(String string) static Domainpart
Get theDomainpart
representing the input String.static Domainpart
Domainpart.from
(String domain, JxmppContext context) Get theDomainpart
representing the input String.static 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
(CharSequence resource) Get theResourcepart
representing the input String.static Resourcepart
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
Modifier and TypeMethodDescriptionstatic 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.Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeClassDescriptionstatic class
The input string does not contain a domainpart.Modifier and TypeMethodDescriptionXmppStringprep.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.Performs String preparation on the localpart String of a JID.static String
Perform localprep on the input String.static String
XmppStringPrepUtil.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 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
Modifier and TypeMethodDescriptionIcu4jXmppStringprep.domainprep
(String string) Icu4jXmppStringprep.resourceprep
(String string) -
Uses of XmppStringprepException in org.jxmpp.stringprep.libidn
Modifier and TypeMethodDescriptionLibIdnXmppStringprep.domainprep
(String string) LibIdnXmppStringprep.resourceprep
(String string) -
Uses of XmppStringprepException in org.jxmpp.stringprep.rocksxmppprecis
Modifier and TypeMethodDescriptionRocksXmppPrecisStringprep.domainprep
(String string) RocksXmppPrecisStringprep.resourceprep
(String string) -
Uses of XmppStringprepException in org.jxmpp.stringprep.simple
Modifier and TypeMethodDescriptionSimpleXmppStringprep.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.SimpleXmppStringprep.resourceprep
(String string) -
Uses of XmppStringprepException in org.jxmpp.strings.testframework
Modifier and TypeFieldDescriptionfinal XmppStringprepException
InvalidJidTestresult.Successful.xmppStringprepException
final XmppStringprepException
ValidJidTestresult.FailedBecauseException.xmppStringprepException
ModifierConstructorDescriptionprotected
FailedBecauseException
(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, ValidJid validJid, XmppStringprepException xmppStringprepException) protected
Successful
(XmppStringPrepper xmppStringPrepper, long startNanos, long stopNanos, InvalidJid invalidJid, XmppStringprepException xmppStringprepException)