Class RestPoolingConnectionManager

    • Method Detail

      • isConsumed

        public boolean isConsumed()
        If a connection request has been created, then the Pooling manager is considered consumed.
        Returns:
        true if RestPoolingConnectionManager has been consumed, false otherwise.
      • isIdle

        public boolean isIdle()
        Returns:
        true if pooling manager is in [leased:0, pending:0, available:0] state, false otherwise.