@Deprecated public static interface AsyncHandle.ResponseCompletedListener
ResponseCompleteListener
Modifier and Type | Method and Description |
---|---|
void |
onComplete(boolean responseWasCompleted)
Deprecated.
Called when it is detected that the client request is completed.
|
void onComplete(boolean responseWasCompleted)
Called when it is detected that the client request is completed.
Note that this may be called if the client disconnects early, however it many cases network disconnects will not be detected.
responseWasCompleted
- True if the response was fully processed; false if it wasn't (for example if the
request was closed by the client before completing).Copyright © 2017–2020. All rights reserved.