|
||||||||||
| 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 String |
STRINGPREP_PROCESSOR
Field description |
static String |
STRINGPREP_PROCESSOR_PROP_KEY
Field description |
static 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(String stringprepProcessor)
|
static void |
main(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 String STRINGPREP_PROCESSOR_PROP_KEY
public static final String[] STRINGPREP_PROCESSORS
public static 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(String stringprepProcessor)
stringprepProcessor -
public static void main(String[] args)
throws Exception
args -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||