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
-
-
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)
String
requestJidPrep(String jidToBePrepped)
String
requestJidPrep(Jid jidPrepService, String jidToBePrepped)
-
Methods inherited from class org.jivesoftware.smack.Manager
connection, getAuthenticatedConnectionOrThrow, schedule, schedule, scheduleBlocking
-
-
-
-
Field Detail
-
NAMESPACE
public static final 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 String requestJidPrep(String jidToBePrepped) throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, InterruptedException
-
requestJidPrep
public String requestJidPrep(Jid jidPrepService, String jidToBePrepped) throws SmackException.NoResponseException, SmackException.NotConnectedException, InterruptedException, XMPPException.XMPPErrorException
-
isSupported
public boolean isSupported(Jid jid) throws SmackException.NoResponseException, XMPPException.XMPPErrorException, SmackException.NotConnectedException, InterruptedException
-
-