|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsyncHandlerExtensions
This interface hosts new low level callback methods on AsyncHandler.
For now, those methods are in a dedicated interface in order not to break the existing API,
but could be merged into one of the existing ones in AHC 2.
More additional hooks might come, such as:
| Method Summary | |
|---|---|
void |
onRequestSent()
Notify the callback when a request is being written on the wire. |
void |
onRetry()
Notify the callback every time a request is being retried. |
| Method Detail |
|---|
void onRequestSent()
void onRetry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||