Class LaxConnPool.LeaseRequest<T,​C extends ModalCloseable>

    • Method Detail

      • getState

        public java.lang.Object getState()
      • getDeadline

        public Deadline getDeadline()
      • isDone

        public boolean isDone()
      • completed

        public boolean completed​(PoolEntry<T,​C> result)
      • failed

        public boolean failed​(java.lang.Exception ex)
      • cancel

        public boolean cancel()
        Description copied from interface: Cancellable
        Cancels the ongoing operation or process.
        Specified by:
        cancel in interface Cancellable
        Returns:
        true if the operation or process has been cancelled as a result of this method call or false if it has already been cancelled or not started.