Class JidPrepManager

java.lang.Object
org.jivesoftware.smack.Manager
org.jivesoftware.smackx.jid_prep.JidPrepManager

public class JidPrepManager extends org.jivesoftware.smack.Manager
  • Field Details

  • Constructor Details

    • JidPrepManager

      public JidPrepManager(org.jivesoftware.smack.XMPPConnection connection)
  • Method Details

    • getInstanceFor

      public static JidPrepManager getInstanceFor(org.jivesoftware.smack.XMPPConnection connection)
    • 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.NoResponseException
      org.jivesoftware.smack.XMPPException.XMPPErrorException
      org.jivesoftware.smack.SmackException.NotConnectedException
      InterruptedException
    • 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.NoResponseException
      org.jivesoftware.smack.SmackException.NotConnectedException
      InterruptedException
      org.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.NoResponseException
      org.jivesoftware.smack.XMPPException.XMPPErrorException
      org.jivesoftware.smack.SmackException.NotConnectedException
      InterruptedException