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 Manager
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAMESPACE
-
Constructor Summary
Constructors Constructor Description JidPrepManager(XMPPConnection connection)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JidPrepManager
getInstanceFor(XMPPConnection connection)
boolean
isSupported(Jid jid)
java.lang.String
requestJidPrep(java.lang.String jidToBePrepped)
java.lang.String
requestJidPrep(Jid jidPrepService, java.lang.String jidToBePrepped)
-
Methods inherited from class org.jivesoftware.smack.Manager
connection, getAuthenticatedConnectionOrThrow, schedule, schedule, scheduleBlocking
-
-
-
-
Field Detail
-
NAMESPACE
public static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JidPrepManager
public JidPrepManager(XMPPConnection connection)
-
-
Method Detail
-
getInstanceFor
public static JidPrepManager getInstanceFor(XMPPConnection connection)
-
requestJidPrep
public java.lang.String requestJidPrep(java.lang.String jidToBePrepped) throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, java.lang.InterruptedException
- Throws:
SmackException.NoResponseException
XMPPException.XMPPErrorException
SmackException.NotConnectedException
java.lang.InterruptedException
-
requestJidPrep
public java.lang.String requestJidPrep(Jid jidPrepService, java.lang.String jidToBePrepped) throws SmackException.NoResponseException, SmackException.NotConnectedException, java.lang.InterruptedException, XMPPException.XMPPErrorException
- Throws:
SmackException.NoResponseException
SmackException.NotConnectedException
java.lang.InterruptedException
XMPPException.XMPPErrorException
-
isSupported
public boolean isSupported(Jid jid) throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, java.lang.InterruptedException
- Throws:
SmackException.NoResponseException
XMPPException.XMPPErrorException
SmackException.NotConnectedException
java.lang.InterruptedException
-
-