Package org.asynchttpclient.util
Interface Counted
-
- All Known Subinterfaces:
CookieStore
- All Known Implementing Classes:
ThreadSafeCookieStore
public interface CountedAn interface that defines useful methods to check how many AsyncHttpClient instances this particular implementation is shared with.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcount()Return the current counterintdecrementAndGet()Decrement counter and return the decremented valueintincrementAndGet()Increment counter and return the incremented value
-