| Interface | Description |
|---|---|
| WindowFuture<K,R,P> |
A
WindowFuture is either uncompleted or completed. |
| WindowListener<K,R,P> |
Interface for listening to events triggered by a window.
|
| Class | Description |
|---|---|
| DefaultWindowFuture<K,R,P> |
Default implementation of a WindowFuture.
|
| Window<K,R,P> |
A utility class to support "windowed" protocols that permit requests to be
sent asynchronously and the responses to be processed at a later time.
|
| WindowMonitor<K,R,P> |
Internal utility class to monitor the window and send events upstream
to listeners.
|
| Exception | Description |
|---|---|
| DuplicateKeyException |
Thrown when the key for a request already exists.
|
| OfferTimeoutException |
Thrown if an offer cannot be accepted within a specified amount of time.
|
| PendingOfferAbortedException |
Thrown when a caller/thread is waiting for an offer to be accepted, but
abortPendingOffers() is called by a different thread.
|
Copyright © 2012-2015 Cloudhopper by Twitter. All Rights Reserved.