|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.util.XMPPStringPrepEmpty
public class XMPPStringPrepEmpty
Class implementing stringprep processor interface. This is a dummy implementation performing no processing at all. All methods simply return value passed as the method call parameter. Use of this implementation is recommended inly in strictly controlled systems where there is no possibility of getting incorrectly formated JIDs to the system. Of course this implementation causes no impact on the system performance. Created: Feb 4, 2010 9:52:41 AM
| Constructor Summary | |
|---|---|
XMPPStringPrepEmpty()
|
|
| Method Summary | |
|---|---|
String |
nameprep(String domain)
Method description |
String |
nodeprep(String localpart)
Method description |
String |
resourceprep(String resource)
Method description |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMPPStringPrepEmpty()
| Method Detail |
|---|
public String nameprep(String domain)
nameprep in interface XMPPStringPrepIfcdomain -
public String nodeprep(String localpart)
nodeprep in interface XMPPStringPrepIfclocalpart -
public String resourceprep(String resource)
resourceprep in interface XMPPStringPrepIfcresource -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||