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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JidPrepManagergetInstanceFor(org.jivesoftware.smack.XMPPConnection connection) booleanisSupported(org.jxmpp.jid.Jid jid) requestJidPrep(String jidToBePrepped) requestJidPrep(org.jxmpp.jid.Jid jidPrepService, String jidToBePrepped) Methods inherited from class org.jivesoftware.smack.Manager
connection, getAuthenticatedConnectionOrThrow, schedule, schedule, scheduleBlocking
-
Field Details
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
JidPrepManager
public JidPrepManager(org.jivesoftware.smack.XMPPConnection connection)
-
-
Method Details
-
getInstanceFor
-
requestJidPrep
public String requestJidPrep(String jidToBePrepped) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException - Throws:
org.jivesoftware.smack.SmackException.NoResponseExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionInterruptedException
-
requestJidPrep
public String requestJidPrep(org.jxmpp.jid.Jid jidPrepService, String jidToBePrepped) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException, org.jivesoftware.smack.XMPPException.XMPPErrorException - Throws:
org.jivesoftware.smack.SmackException.NoResponseExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionInterruptedExceptionorg.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, InterruptedException - Throws:
org.jivesoftware.smack.SmackException.NoResponseExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionInterruptedException
-