public abstract class XMPPStringPrepFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STRINGPREP_PROCESSOR
Field description
|
static java.lang.String |
STRINGPREP_PROCESSOR_PROP_KEY
Field description
|
static java.lang.String[] |
STRINGPREP_PROCESSORS
Field description
|
| Constructor and Description |
|---|
XMPPStringPrepFactory() |
| Modifier and Type | Method and Description |
|---|---|
static XMPPStringPrepIfc |
getDefaultXMPPStringPrep()
Factory method for creating and returning stringprep implementation used
by the Tigase server.
|
static XMPPStringPrepIfc |
getEmptyXMPPStringPrep()
Factory method for creating and returning stringprep implementation used
by the Tigase server.
|
static XMPPStringPrepIfc |
getLibIDNXMPPStringPrep()
Factory method for creating and returning stringprep implementation used
by the Tigase server.
|
static XMPPStringPrepIfc |
getSimpleXMPPStringPrep()
Factory method for creating and returning stringprep implementation used
by the Tigase server.
|
static XMPPStringPrepIfc |
getXMPPStringPrep(java.lang.String stringprepProcessor) |
static void |
main(java.lang.String[] args)
Method description
|
public static final java.lang.String STRINGPREP_PROCESSOR_PROP_KEY
public static final java.lang.String[] STRINGPREP_PROCESSORS
public static java.lang.String STRINGPREP_PROCESSOR
public static XMPPStringPrepIfc getDefaultXMPPStringPrep()
public static XMPPStringPrepIfc getEmptyXMPPStringPrep()
String processing.public static XMPPStringPrepIfc getLibIDNXMPPStringPrep()
public static XMPPStringPrepIfc getSimpleXMPPStringPrep()
String processing.
Recommended in relatively closed, single language systems where there is very
low probability for in correct JIDs. Causes very low impact on performance.public static XMPPStringPrepIfc getXMPPStringPrep(java.lang.String stringprepProcessor)
stringprepProcessor - public static void main(java.lang.String[] args)
throws java.lang.Exception
args - java.lang.Exception