|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttigase.util.XMPPStringPrepFactory
public abstract class XMPPStringPrepFactory
Created: Dec 28, 2009 10:02:31 PM
Field Summary | |
---|---|
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 Summary | |
---|---|
XMPPStringPrepFactory()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public XMPPStringPrepFactory()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |