Nitido Inc.

Package com.nitido.throttle

This package contains Nitido's access throttling library.

See:
          Description

Interface Summary
BlockingThrottle The base interface for all throttle objects that will block the requesting threads.
NonBlockingThrottle The base interface for all throttle objects that will not block the requesting threads.
 

Class Summary
BlockingCountThrottle Provides throttling that will block the requesting threads if the limit has been reached (and will continue to block the thread until it can enter the throttle or the wait time expires).
CountPerTimeThrottle Provides throttling that controls the number of calls within a specific time duration.
CountThrottle Provides throttling that controls the number of calls at the same time.
 

Package com.nitido.throttle Description

This package contains Nitido's access throttling library.


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.