Class SessionRegistry

java.lang.Object
com.swiftmq.impl.mqtt.session.SessionRegistry
All Implemented Interfaces:
com.swiftmq.swiftlet.timer.event.TimerListener, EventListener

public class SessionRegistry extends Object implements com.swiftmq.swiftlet.timer.event.TimerListener
  • Constructor Details

  • Method Details

    • performTimeAction

      public void performTimeAction()
      Specified by:
      performTimeAction in interface com.swiftmq.swiftlet.timer.event.TimerListener
    • associateSession

      public void associateSession(String clientId, AssociateSessionCallback callback)
    • disassociateSession

      public void disassociateSession(String clientId, MQTTSession session)
    • removeSession

      public void removeSession(String clientid)
    • close

      public void close()
    • toString

      public String toString()
      Overrides:
      toString in class Object