Interface Counted

  • All Known Subinterfaces:
    CookieStore
    All Known Implementing Classes:
    ThreadSafeCookieStore

    public interface Counted
    An interface that defines useful methods to check how many AsyncHttpClient instances this particular implementation is shared with.
    • Method Detail

      • incrementAndGet

        int incrementAndGet()
        Increment counter and return the incremented value
      • decrementAndGet

        int decrementAndGet()
        Decrement counter and return the decremented value
      • count

        int count()
        Return the current counter