Class ResponseManager.Entry

  • Enclosing class:
    ResponseManager

    protected static final class ResponseManager.Entry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(JID jid, long timestamp, long timeout, AsyncCallback callback)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Entry

        public Entry​(JID jid,
                     long timestamp,
                     long timeout,
                     AsyncCallback callback)