public interface AbandonableRequest extends Request
| Modifier and Type | Method and Description |
|---|---|
void |
abandon()
Abandons this request.
|
AbandonableRequest |
addAbandonListener(AbandonListener listener)
Adds listener to be notified if this request gets abandoned.
|
boolean |
isAbandoned()
Checks to see if this request has been abandoned.
|
hasResponseaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageIdvoid abandon()
boolean isAbandoned()
AbandonableRequest addAbandonListener(AbandonListener listener)
listener - to be notified if this request gets abandoned.Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.