Package org.jivesoftware.smackx.jid_prep
Class JidPrepManager
- java.lang.Object
-
- org.jivesoftware.smack.Manager
-
- org.jivesoftware.smackx.jid_prep.JidPrepManager
-
public class JidPrepManager extends org.jivesoftware.smack.Manager
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAMESPACE
-
Constructor Summary
Constructors Constructor Description JidPrepManager(org.jivesoftware.smack.XMPPConnection connection)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JidPrepManagergetInstanceFor(org.jivesoftware.smack.XMPPConnection connection)booleanisSupported(org.jxmpp.jid.Jid jid)java.lang.StringrequestJidPrep(java.lang.String jidToBePrepped)java.lang.StringrequestJidPrep(org.jxmpp.jid.Jid jidPrepService, java.lang.String jidToBePrepped)
-
-
-
Field Detail
-
NAMESPACE
public static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstanceFor
public static JidPrepManager getInstanceFor(org.jivesoftware.smack.XMPPConnection connection)
-
requestJidPrep
public java.lang.String requestJidPrep(java.lang.String jidToBePrepped) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException- Throws:
org.jivesoftware.smack.SmackException.NoResponseExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
requestJidPrep
public java.lang.String requestJidPrep(org.jxmpp.jid.Jid jidPrepService, java.lang.String jidToBePrepped) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException- Throws:
org.jivesoftware.smack.SmackException.NoResponseExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorException
-
isSupported
public boolean isSupported(org.jxmpp.jid.Jid jid) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException- Throws:
org.jivesoftware.smack.SmackException.NoResponseExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException
-
-