Uses of Interface
tigase.util.stringprep.XMPPStringPrepIfc
-
Packages that use XMPPStringPrepIfc Package Description tigase.util.stringprep -
-
Uses of XMPPStringPrepIfc in tigase.util.stringprep
Classes in tigase.util.stringprep that implement XMPPStringPrepIfc Modifier and Type Class Description classXMPPStringPrepEmptyClass implementing stringprep processor interface.classXMPPStringPrepSimpleCreated: Feb 4, 2010 9:31:23 AMMethods in tigase.util.stringprep that return XMPPStringPrepIfc Modifier and Type Method Description static XMPPStringPrepIfcXMPPStringPrepFactory. getDefaultXMPPStringPrep()Factory method for creating and returning stringprep implementation used by the Tigase server.static XMPPStringPrepIfcXMPPStringPrepFactory. getEmptyXMPPStringPrep()Factory method for creating and returning stringprep implementation used by the Tigase server.static XMPPStringPrepIfcXMPPStringPrepFactory. getLibIDNXMPPStringPrep()Factory method for creating and returning stringprep implementation used by the Tigase server.static XMPPStringPrepIfcXMPPStringPrepFactory. getSimpleXMPPStringPrep()Factory method for creating and returning stringprep implementation used by the Tigase server.static XMPPStringPrepIfcXMPPStringPrepFactory. getXMPPStringPrep(java.lang.String stringprepProcessor)
-