Class ReferenceManager


  • public final class ReferenceManager
    extends org.jivesoftware.smack.Manager
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAMESPACE  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ReferenceManager getInstanceFor​(org.jivesoftware.smack.XMPPConnection connection)
      Return a new instance of the ReferenceManager for the given connection.
      • 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
    • Method Detail

      • getInstanceFor

        public static ReferenceManager getInstanceFor​(org.jivesoftware.smack.XMPPConnection connection)
        Return a new instance of the ReferenceManager for the given connection.
        Parameters:
        connection - xmpp connection
        Returns:
        reference manager instance