public abstract class XMPPStringPrepFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
STRINGPREP_PROCESSOR |
static String |
STRINGPREP_PROCESSOR_PROP_KEY |
static String[] |
STRINGPREP_PROCESSORS |
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(String stringprepProcessor) |
static void |
main(String[] args) |
public static final String STRINGPREP_PROCESSOR_PROP_KEY
public static final String[] STRINGPREP_PROCESSORS
public static 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(String stringprepProcessor)
stringprepProcessor
- Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.