public interface InternalAbandonableRequest extends InternalRequest
| Modifier and Type | Method and Description |
|---|---|
void |
abandon()
Abandons this request.
|
void |
addAbandonListener(AbandonListener listener)
Adds listener to be notified if this request gets abandoned.
|
boolean |
isAbandoned()
Checks to see if this request has been abandoned.
|
hasResponseadd, addAll, get, getControls, getMessageId, getType, hasControl, put, removevoid abandon()
boolean isAbandoned()
void addAbandonListener(AbandonListener listener)
listener - to be notified if this request gets abandoned.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.