Class ReferenceManager

java.lang.Object
org.jivesoftware.smack.Manager
org.jivesoftware.smackx.reference.ReferenceManager

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
  • Field Details

  • Method Details

    • 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