Class JidPrepManager


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAMESPACE  
    • 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 JidPrepManager getInstanceFor​(org.jivesoftware.smack.XMPPConnection connection)  
      boolean isSupported​(org.jxmpp.jid.Jid jid)  
      java.lang.String requestJidPrep​(java.lang.String jidToBePrepped)  
      java.lang.String requestJidPrep​(org.jxmpp.jid.Jid jidPrepService, java.lang.String jidToBePrepped)  
      • Methods inherited from class org.jivesoftware.smack.Manager

        connection, getAuthenticatedConnectionOrThrow, schedule, schedule, scheduleBlocking
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JidPrepManager

        public JidPrepManager​(org.jivesoftware.smack.XMPPConnection connection)
    • 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.NoResponseException
        org.jivesoftware.smack.XMPPException.XMPPErrorException
        org.jivesoftware.smack.SmackException.NotConnectedException
        java.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.NoResponseException
        org.jivesoftware.smack.SmackException.NotConnectedException
        java.lang.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,
                                   java.lang.InterruptedException
        Throws:
        org.jivesoftware.smack.SmackException.NoResponseException
        org.jivesoftware.smack.XMPPException.XMPPErrorException
        org.jivesoftware.smack.SmackException.NotConnectedException
        java.lang.InterruptedException