| Interface | Description |
|---|---|
| FutureResponse |
An special
Response which allows to populate it in an async fashion. |
| FutureResponse.ResponseListener |
Listener which will get notified once the
FutureResponse.isReady() returns true |
| Class | Description |
|---|---|
| FutureResponseImpl |
FutureResponse implementation which wraps a AbstractResponse implementation |
| FutureStartTlsResponse |
Special
FutureResponse which will get notified once a StartTlsResponse is ready |
| FutureStreamResponseImpl |
Special
FutureResponse which wraps a StreamResponse and so provide an async way to get notified about ready responses |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.